==(_:_:)
Returns a Boolean value that indicates whether two instances are equal, as determined by comparing whether their references point to the same instance.
Declaration
static func == (lhs: AnyCancellable, rhs: AnyCancellable) -> BoolParameters
- lhs:
An
AnyCancellableinstance to compare. - rhs:
Another
AnyCancellableinstance to compare.
Return Value
A Boolean value that indicates whether two instances are equal, as determined by comparing whether their references point to the same instance.