Contents

==(_:_:)

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

Declaration

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

Parameters

  • lhs:

    A Publishers.DropUntilOutput instance to compare for equality.

  • rhs:

    Another Publishers.DropUntilOutput instance to compare for equality.

Return Value

true if the publishers have equal upstream and other properties; otherwise false.