==(_:_:)
Returns a Boolean value that indicates whether two publishers are equivalent.
Declaration
static func == (lhs: Empty<Output, Failure>, rhs: Empty<Output, Failure>) -> BoolParameters
- lhs:
An
Emptyinstance to compare. - rhs:
Another
Emptyinstance to compare.
Return Value
true if the two publishers have equal completeImmediately properties; otherwise false.