Contents

NSComparisonPredicate.Operator.contains

A predicate to determine if the left hand side contains the right hand side.

Declaration

case contains

Discussion

Returns true if [lhs contains rhs]; the left hand side must be an NSExpression object that evaluates to a collection

See Also

Constants