==(_:_:)
Returns a Boolean value that indicates whether two publishers are equivalent.
Declaration
static func == (lhs: Just<Output>, rhs: Just<Output>) -> BoolParameters
- lhs:
A
Justpublisher to compare for equality. - rhs:
Another
Justpublisher to compare for equality.
Return Value
true if the publishers have equal output properties; otherwise false.