isEqual method

bool isEqual(
  1. Object other
)

Returns true if this GeoPoint is equal to the provided other.

Implementation

external bool isEqual(Object other);