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