TFormulaValue.Equality Operator Adapts the = operator so it returns true when both instances have the same values. Syntax Unit: FlexCel.Core class operator TFormulaValue.Equality(const a: TFormulaValue; const b: TFormulaValue): Boolean; overload; Parameters <-> Parameter Type Description const a TFormulaValue const b TFormulaValue See also TFormulaValue