| PredicatesIsEqual Method |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public static EqualPredicate IsEqual(
string attributeName,
Object value
)
Public Shared Function IsEqual (
attributeName As String,
value As Object
) As EqualPredicate
public:
static EqualPredicate^ IsEqual(
String^ attributeName,
Object^ value
)
static member IsEqual :
attributeName : string *
value : Object -> EqualPredicate
Parameters
- attributeName
- Type: SystemString
- value
- Type: SystemObject
Return Value
Type:
EqualPredicateSee Also