equals

open operator override fun equals(other: Any?): Boolean

Compares if this OmhCoordinate is equal to another.

Return

true if and only if their latitudes are bitwise equal and their longitudes are bitwise equal. Otherwise false.

Parameters

other

is the object to compare with.