| PredicatesNot Method |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public 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:
NotPredicateSee Also