format
typescript
Rect.EqualsTo(other)class: Rect
description
Determines whether the current Rect is equal to the target Rect.
parameter
| param_name | type | description |
|---|---|---|
| other | Rect | The target Rect. |
reture
| type | description |
|---|---|
boolean | True if the current Rect is equal to the target Rect; otherwise, false. |
