Class GreaterThanEqual

java.lang.Object
ortus.boxlang.runtime.operators.GreaterThanEqual
All Implemented Interfaces:
IOperator

public class GreaterThanEqual extends Object implements IOperator
Performs GTE or >= comparison Compares numbers as numbers, compares strings case insensitive
  • Constructor Details

    • GreaterThanEqual

      public GreaterThanEqual()
  • Method Details

    • invoke

      public static Boolean invoke(Object left, Object right)
      Parameters:
      left - The left operand
      right - The right operand
      Returns:
      True if left is greater than or equal to right