Tests rectangle equality
Syntax
Rect.equals( rect, another_rect )
Parameters
Parameter | Description |
---|---|
rect | First rectangle |
another_rect | Another rectangle |
Description
Tests that first rectangle top, left, width and height are equal to corresponding properties of second rectangle.