TcxPointBasedGeometryObject.IsEqual(TcxPointBasedGeometryObject) Method
Compares two geometry-based information containers.
Declaration
function IsEqual(const AValue: TcxPointBasedGeometryObject): Boolean; overload;
Parameters
Name | Type | Description |
---|---|---|
AValue | TcxPointBasedGeometryObject | Stores geometry-related information as a TPoint record. |
Returns
Type | Description |
---|---|
Boolean | True if both containers store identical values; otherwise, False. |
See Also