TLinkedStyle.Equals Method
Returns true if obj and this object have the same value.
Syntax
Unit: FlexCel.Core
function TLinkedStyle.Equals(const obj: TLinkedStyle): Boolean;
Parameters
<-> |
Parameter |
Type |
Description |
const |
obj |
TLinkedStyle |
Object to compare. |
See also