Rect.equal

Function/Meaning
Equality check
Type
Method of Rect class
Syntax
equal(r)
Arguments
r Specifies the rectangle object to compare.
Return Value
Whether they are equal
Description
Determines whether the rectangles are equal.
Returns true if they are equal.
The comparison is performed using the values of the four sides.