equals(anotherCoordinate)
Returns a Boolean value indicating whether two coordinates are equal.
Declaration
equals(anotherCoordinate: Coordinate): boolean;Parameters
- anotherCoordinate:
The coordinate to compare.
Return Value
true if the coordinate specified by anotherCoordinate equals this coordinate; otherwise, false.