TcxPointDoubleBasedGeometryObject.IsEqual(TcxPointDoubleBasedGeometryObject) Method
Compares two geometry-based information containers.
Declaration
function IsEqual(const AValue: TcxPointDoubleBasedGeometryObject): Boolean; overload;
Parameters
Name | Type | Description |
---|---|---|
AValue | TcxPointDoubleBasedGeometryObject | A point in double precision floating-point coordinates. |
Returns
Type | Description |
---|---|
Boolean | True if the corresponding stored values are identical; otherwise, False. |
See Also