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