TcxPointDoubleBasedGeometryObject.IsEqual(TdxPointDouble) Method
In This Article
Compares geometry-based information to a TdxPointDouble value.
#Declaration
Delphi
function IsEqual(const AValue: TdxPointDouble): Boolean; overload;
#Parameters
Name | Type | Description |
---|---|---|
AValue | Tdx |
A point in double precision floating-point coordinates. |
#Returns
Type | Description |
---|---|
Boolean | True if stored values match the corresponding offsets of the specified Tdx |
See Also