Enumeration Case 列挙ケース

NSComparisonPredicate.Operator.contains

A predicate to determine if the left hand side contains the right hand side. 左手側が右手側を含むかを決定する述部。

Declaration 宣言

case contains = 99

Discussion 議論

Returns true if [lhs contains rhs]; the left hand side must be an NSExpression object that evaluates to a collection trueを返します、もし[lhs contains rhs]ならば;左手側はNSExpressionオブジェクトで、それはコレクションに評価するものでなければなりません。