Package ortus.boxlang.runtime.operators
Class EqualsEquals
java.lang.Object
ortus.boxlang.runtime.operators.EqualsEquals
- All Implemented Interfaces:
IOperator
Performs
EQ or == comparison
Compares numbers as numbers, compares strings case insensitive-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EqualsEquals
public EqualsEquals()
-
-
Method Details
-
invoke
- Parameters:
left- The left operandright- The right operand- Returns:
- True if operands are the equal
-
invoke
- Parameters:
left- The left operandright- The right operandcaseSensitive- Flag to control whether to consider case- Returns:
- True if operands are the equal
-