Click or drag to resize

PredicatesIsNotEqual Method

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
public static NotEqualPredicate IsNotEqual(
	string attributeName,
	Object value
)

Parameters

attributeName
Type: SystemString
value
Type: SystemObject

Return Value

Type: NotEqualPredicate
See Also