TcxPointBasedGeometryObject.IsEqual(TPoint) Method
Compares geometry information to a TPoint value.
Declaration
function IsEqual(const AValue: TPoint): Boolean; overload;
Parameters
Name | Type | Description |
---|---|---|
AValue | TPoint | A point. |
Returns
Type | Description |
---|---|
Boolean | True if stored values are equal to the corresponding offsets of the specified point; otherwise, False. |
See Also