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