Contents

==(_:_:)

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

Declaration

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

Parameters

  • lhs:

    An ignore output publisher to compare for equality.

  • rhs:

    Another ignore output publisher to compare for equality.

Return Value

true if the two publishers have equal upstream publishers; otherwise false.