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