TcxRectBasedGeometryObject.IsEqual(TRect) Method
Compares geometry information to a TRect value.
Declaration
function IsEqual(const ARect: TRect): Boolean; overload;
Parameters
Name | Type | Description |
---|---|---|
ARect | TRect | A rectangle. |
Returns
Type | Description |
---|---|
Boolean | True if the corresponding values match in the geometry information container and the specified TRect value; otherwise, False. |
See Also