TExcelColor.Equals Method
Returns true if both instances have the same color.
Syntax
Unit: FlexCel.Core
function TExcelColor.Equals(const obj: TExcelColor): Boolean;
Parameters
<-> |
Parameter |
Type |
Description |
const |
obj |
TExcelColor |
Object to compare. |
Returns
True if both colors are the same.
See also