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