equals(anotherRect)
Compares whether two map rectangles are equal.
Declaration
equals(anotherRect: MapRect): boolean;Parameters
- anotherRect:
The map rectangle to use for comparison.
Return Value
Returns true if a rectangle exactly matches anotherRect. Returns false if the origin point or size values are different.