TcxPointDoubleBasedGeometryObject.IsEqual(TdxSizeDouble) Method
Compares geometry-based information to a TdxSizeDouble value.
Declaration
function IsEqual(const AValue: TdxSizeDouble): Boolean; overload;
Parameters
Name | Type | Description |
---|---|---|
AValue | TdxSizeDouble | Stores dimensions in double precision floating-point coordinates. |
Returns
Type | Description |
---|---|
Boolean | True if stored values match the corresponding dimensions of the specified TdxSizeDouble value. |
See Also