コード例 #1
0
 protected bool Equals(Location other)
 {
     return(Lat.Equals(other.Lat) && Lng.Equals(other.Lng));
 }