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