共用方式為


NSPredicateOperatorType 列舉

定義

值的列舉,指定要與 搭配 NSComparisonPredicate 使用的比較型別。

public enum NSPredicateOperatorType
type NSPredicateOperatorType = 
繼承
NSPredicateOperatorType

欄位

BeginsWith 8
Between 100
Contains 99
CustomSelector 11
EndsWith 9
EqualTo 4
GreaterThan 2
GreaterThanOrEqualTo 3
In 10
LessThan 0
LessThanOrEqualTo 1
Like 7
Matches 6
NotEqualTo 5

適用於