public bool IsEastOfOrEqualTo(GeoPoint other, int precision = EarthGeo.GeoPrecision) { return(IsEastOf(other) || Longitude.EqualsAtPrecision(other.Longitude, precision)); }