Contents

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.

See Also

Comparing, copying, and converting coordinates