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