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