Share via


NSComparisonPredicate.FromSelector Method

Definition

[Foundation.Export("predicateWithLeftExpression:rightExpression:customSelector:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSComparisonPredicate FromSelector(Foundation.NSExpression leftExpression, Foundation.NSExpression rightExpression, ObjCRuntime.Selector selector);
[<Foundation.Export("predicateWithLeftExpression:rightExpression:customSelector:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromSelector : Foundation.NSExpression * Foundation.NSExpression * ObjCRuntime.Selector -> Foundation.NSComparisonPredicate

Parameters

leftExpression
NSExpression
rightExpression
NSExpression
selector
Selector

Returns

Attributes

Applies to