Contents

==(_:_:)

Returns a Boolean value that indicates whether two publishers are equivalent.

Declaration

static func == (lhs: Publishers.Merge<A, B>, rhs: Publishers.Merge<A, B>) -> Bool

Parameters

  • lhs:

    A merging publisher to compare for equality.

  • rhs:

    Another merging publisher to compare for equality..

Return Value

true if the two merging - rhs: Another merging publisher to compare for equality.