Class Equivalence

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

public class Equivalence extends Object implements IOperator
Performs an equivalence check on the two values. Will return true if both left and right are true or if both left and right are false. expr EQV expr
  • Constructor Details

    • Equivalence

      public Equivalence()
  • Method Details