Click or drag to resize

PredicatesNot Method

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
public static NotPredicate Not(
	IPredicate predicate
)

Parameters

predicate
Type: Hazelcast.CoreIPredicate

Return Value

Type: NotPredicate
See Also