Esempio n. 1
0
 private bool Equals(UtmRef other)
 {
     return(Easting.Equals(other.Easting) && Northing.Equals(other.Northing) && LatZone == other.LatZone &&
            LngZone == other.LngZone);
 }