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