  | PredicatesIsLessThanOrEqual Method  | 
  
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.10
Syntaxpublic static GreaterLessPredicate IsLessThanOrEqual(
	string attributeName,
	Object value
)
Public Shared Function IsLessThanOrEqual ( 
	attributeName As String,
	value As Object
) As GreaterLessPredicate
public:
static GreaterLessPredicate^ IsLessThanOrEqual(
	String^ attributeName, 
	Object^ value
)
static member IsLessThanOrEqual : 
        attributeName : string * 
        value : Object -> GreaterLessPredicate 
Parameters
- attributeName
 - Type: SystemString
 - value
 - Type: SystemObject
 
Return Value
Type: 
GreaterLessPredicate
See Also