Skip to main content

TcxPointDoubleBasedGeometryObject.IsEqual(TdxPointDouble) Method

Compares geometry-based information to a TdxPointDouble value.

Declaration

function IsEqual(const AValue: TdxPointDouble): Boolean; overload;

Parameters

Name Type Description
AValue TdxPointDouble

A point in double precision floating-point coordinates.

Returns

Type Description
Boolean

True if stored values match the corresponding offsets of the specified TdxPointDouble; otherwise, False.

See Also