Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRectF.Equal(TdxRectF,TdxRectF)~Boolean Operator

Compares two TdxRectF rectangles.

#Declaration

Delphi
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