equals method

bool equals(
  1. Point otherPoint
)

Returns true if the given point has the same coordinates.

Implementation

external bool equals(Point otherPoint);