API  1.0.0
CPComparisonPredicate.h
Go to the documentation of this file.
1 
2 @interface CPComparisonPredicate : CPPredicate
3 {
4  CPExpression _left;
5  CPExpression _right;
6 
7  CPComparisonPredicateModifier _modifier;
8  CPPredicateOperatorType _type;
9  unsigned int _options;
10  SEL _customSelector;
11 }
12 @end
CPComparisonPredicate is a subclass of CPPredicate used to compare expressions.