TcxRectBasedGeometryObject.IsEqual(TcxRectBasedGeometryObject) Method
Compares two geometry information containers.
Declaration
function IsEqual(const ARect: TcxRectBasedGeometryObject): Boolean; overload;
Parameters
Name | Type | Description |
---|---|---|
ARect | TcxRectBasedGeometryObject | A reference rectangle. |
Returns
Type | Description |
---|---|
Boolean | True if the corresponding values match in both geometry information containers; otherwise, False. |
See Also