TExcelColor.EqualsAutomaticIsSame Method
Returns true if both colors are the same, considering all types of automatic as equal.
Syntax
Unit: FlexCel.Core
function TExcelColor.EqualsAutomaticIsSame(const color2: TExcelColor): Boolean;
Parameters
<-> |
Parameter |
Type |
Description |
const |
color2 |
TExcelColor |
Color to compare to. |
See also