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