TdxRectF.Equal(TdxRectF,TdxRectF)~Boolean Operator
In This Article
Compares two TdxRectF rectangles.
#Declaration
#Parameters
Name | Type |
---|---|
R1 | Tdx |
R2 | Tdx |
#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