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