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