Package ortus.boxlang.runtime.operators
Class GreaterThanEqual
java.lang.Object
ortus.boxlang.runtime.operators.GreaterThanEqual
- All Implemented Interfaces:
IOperator
Performs
GTE or >= comparison
Compares numbers as numbers, compares strings case insensitive-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GreaterThanEqual
public GreaterThanEqual()
-
-
Method Details
-
invoke
- Parameters:
left- The left operandright- The right operand- Returns:
- True if left is greater than or equal to right
-