Skip to content

IPAddress missing definition of operator!= and may cause incorrect behaviour #7336

Closed
@ssilverman

Description

@ssilverman

Defining operator!= is needed to do comparisons like a != b. Otherwise, code comparing inequality of IPAddresses needs to do !(a == b).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Print and Stream classThe Arduino core library's Print and Stream classes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions