  | PredicatesNot Method  | 
  
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntaxpublic static NotPredicate Not(
	IPredicate predicate
)
Public Shared Function Not ( 
	predicate As IPredicate
) As NotPredicate
public:
static NotPredicate^ Not(
	IPredicate^ predicate
)
static member Not : 
        predicate : IPredicate -> NotPredicate 
Parameters
- predicate
 - Type: Hazelcast.CoreIPredicate
 
Return Value
Type: 
NotPredicate
See Also