Contents

NSComparisonPredicate.Operator.in

A predicate to determine if the left hand side is in the right hand side.

Declaration

case `in`

Discussion

For strings, returns true if the left hand side is a substring of the right hand side . For collections, returns true if the left hand side is in the right hand side .

See Also

Constants