TdxRectF.Equal(TdxRectF,TdxRectF)~Boolean Operator
Compares two TdxRectF rectangles.
Declaration
operator Equal(const R1: TdxRectF; const R2: TdxRectF): Boolean;
Parameters
Name | Type |
---|---|
R1 | TdxRectF |
R2 | TdxRectF |
Returns
Type |
---|
Boolean |
Remarks
The operator returns True only if the corresponding Left, Top, Right, and Bottom field values of the R1 and R2 rectangles are equal; otherwise, False.
See Also