isEqual method

bool isEqual(
  1. GeoPoint other
)

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

@param other The GeoPoint to compare against. @return true if this GeoPoint is equal to the provided one.

Implementation

external bool isEqual(GeoPoint other);