Contents

==(_:_:)

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

Declaration

static func == (lhs: Publishers.Merge8<A, B, C, D, E, F, G, H>, rhs: Publishers.Merge8<A, B, C, D, E, F, G, H>) -> 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 publishers have equal source publishers; otherwise false.