TReportValue.Inequality Operator
Adapts the <> operator so it returns true when both instances have different values.
Syntax
Unit: FlexCel.Report
class operator TReportValue.Inequality(const a: TReportValue; const b: TReportValue): Boolean; overload;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | a | TReportValue | |
const | b | TReportValue |