Contents

!=(_:_:)

Returns a Boolean value that indicates whether a demand isn’t equal to an integer.

Declaration

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

Discussion

The .unlimited value isn’t equal to any integer.

See Also

Comparing demands