Contents

==(_:_:)

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

Declaration

static func == (lhs: Just<Output>, rhs: Just<Output>) -> Bool

Parameters

  • lhs:

    A Just publisher to compare for equality.

  • rhs:

    Another Just publisher to compare for equality.

Return Value

true if the publishers have equal output properties; otherwise false.