| EqualPredicate Constructor (String, Object) |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax public EqualPredicate(
string attributeName,
Object value
)
Public Sub New (
attributeName As String,
value As Object
)
public:
EqualPredicate(
String^ attributeName,
Object^ value
)
new :
attributeName : string *
value : Object -> EqualPredicate
Parameters
- attributeName
- Type: SystemString
- value
- Type: SystemObject
See Also