TUISize.Inequality Operator
Adapts the <> operator so it returns true when both instances have different values.
Syntax
Unit: FlexCel.Core
class operator TUISize.Inequality(const b1: TUISize; const b2: TUISize): Boolean; overload;
Parameters
See also