Contents

==(_:_:)

Returns a Boolean value that indicates whether a given number of elements matches the request of a given demand.

Declaration

static func == (lhs: Int, rhs: Subscribers.Demand) -> Bool

Discussion

An .unlimited demand doesn’t match any integer.

See Also

Comparing demands