Click or drag to resize

NotEqualPredicate Constructor (String, Object)

Initializes a new instance of the NotEqualPredicate class

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

Parameters

attributeName
Type: SystemString
value
Type: SystemObject
See Also