NSComparisonPredicate.FromSelector Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("predicateWithLeftExpression:rightExpression:customSelector:")]
public static Foundation.NSComparisonPredicate FromSelector (Foundation.NSExpression leftExpression, Foundation.NSExpression rightExpression, ObjCRuntime.Selector selector);
static member FromSelector : Foundation.NSExpression * Foundation.NSExpression * ObjCRuntime.Selector -> Foundation.NSComparisonPredicate
Parameters
- leftExpression
- NSExpression
- rightExpression
- NSExpression
- selector
- Selector
Returns
- Attributes