Contents

==(_:_:)

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) -> Bool

Parameters

  • lhs:

    An AnyCancellable instance to compare.

  • rhs:

    Another AnyCancellable instance 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.