==(_:_:)
Returns a Boolean value that indicates whether two publishers are equivalent.
Declaration
static func == (lhs: Publishers.Drop<Upstream>, rhs: Publishers.Drop<Upstream>) -> BoolParameters
- lhs:
A drop publisher to compare for equality.
- rhs:
Another drop publisher to compare for equality.
Return Value
true if the publishers have equal upstream and count properties; otherwise false.