| Overload | Description | 
|---|---|
| LessThanOrEqual(Object,UAFilterOperand) | TRUE if operand[0] is less than or equal to operand[1].
 Remarks: The same conversion rules and restrictions as defined for GreaterThan apply.  | 
| LessThanOrEqual(UAFilterOperand,Object) | TRUE if operand[0] is less than or equal to operand[1].
 Remarks: The same conversion rules and restrictions as defined for GreaterThan apply.  | 
| LessThanOrEqual(UAFilterOperand,UAFilterOperand) | TRUE if operand[0] is less than or equal to operand[1].
 Remarks: The same conversion rules and restrictions as defined for GreaterThan apply.  |