<static> equals(a, b) → {boolean}
Determines whether the two Rectangles are equal.
This method compares the x, y, width and height properties of each Rectangle.
Parameters
Name | Type | Description |
---|---|---|
a | Phaser.Rectangle | The first Rectangle object. |
b | Phaser.Rectangle | The second Rectangle object. |
Returns
boolean -
A value of true if the two Rectangles have exactly the same values for the x, y, width and height properties; otherwise false.
- Source code: geom/Rectangle.js (Line 906)
Please login to continue.