==(_:_:)
Returns a Boolean value that indicates whether two publishers are equivalent.
Declaration
static func == (lhs: Publishers.Merge5<A, B, C, D, E>, rhs: Publishers.Merge5<A, B, C, D, E>) -> BoolParameters
- lhs:
A merging publisher to compare for equality.
- rhs:
Another merging publisher to compare for equality.
Return Value
true if the two merging publishers have equal source publishers; otherwise false.