Share via


NSCompoundPredicate.CreateNotPredicate(NSPredicate) Method

Definition

[Foundation.Export("notPredicateWithSubpredicate:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSCompoundPredicate CreateNotPredicate(Foundation.NSPredicate predicate);
[<Foundation.Export("notPredicateWithSubpredicate:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateNotPredicate : Foundation.NSPredicate -> Foundation.NSCompoundPredicate

Parameters

predicate
NSPredicate

Returns

Attributes

Applies to