==(_:_:)
Two endpoints are logically equivalent if they have the same service type (publish vs subscribe) with the same name, and refer to the same device.
Declaration
static func == (lhs: WAEndpoint, rhs: WAEndpoint) -> BoolParameters
- lhs:
The left-hand side object.
- rhs:
The other object to compare.
Return Value
true if both sides are logically equivalent, false otherwise