Click or drag to resize

EqualPredicate Constructor (String, Object)

Initializes a new instance of the EqualPredicate class

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

Parameters

attributeName
Type: SystemString
value
Type: SystemObject
See Also