==(_:_:)
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) -> BoolDiscussion
An .unlimited demand doesn’t match any integer.