TdxRectWrapper.IsEqual(TRect) Method
Compares a specified rectangle with a rectangle maintained by the TdxRectWrapper object.
Declaration
function IsEqual(const ARect: TRect): Boolean;
Parameters
Name | Type |
---|---|
ARect | TRect |
Returns
Type |
---|
Boolean |
Remarks
Returns True, if a rectangle, specified by the ARect parameter, has the same coordinates as the TdxRectWrapper object.
See Also