Click or drag to resize

Predicates.IsEqual Method

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

Parameters

attributeName
Type: System.String
value
Type: System.Object

Return Value

Type: EqualPredicate
See Also