  | PredicateExtNot Method  | 
  
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.10
Syntaxpublic static NotPredicate Not(
	this IPredicate predicate
)
<ExtensionAttribute>
Public Shared Function Not ( 
	predicate As IPredicate
) As NotPredicate
public:
[ExtensionAttribute]
static NotPredicate^ Not(
	IPredicate^ predicate
)
[<ExtensionAttribute>]
static member Not : 
        predicate : IPredicate -> NotPredicate 
Parameters
- predicate
 - Type: Hazelcast.CoreIPredicate
 
Return Value
Type: 
NotPredicateUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
IPredicate. When you use instance method syntax to call this method, omit the first parameter. For more information, see 
Extension Methods (Visual Basic) or 
Extension Methods (C# Programming Guide).
See Also