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