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