Contents

==(_:_:)

Returns a Boolean value that indicates whether two publishers are equivalent. /// - Parameters:

Declaration

static func == (lhs: Publishers.Count<Upstream>, rhs: Publishers.Count<Upstream>) -> Bool

Return Value

true if the two publishers’ upstream properties are equal; otherwise false.

Discussion

  • lhs: A Count instance to compare.

  • rhs: Another Count instance to compare.