コード例 #1
0
 protected bool Equals(GeographicLocation other) => Latitude.Equals(other.Latitude) && Longitude.Equals(other.Longitude);
コード例 #2
0
 protected bool Equals(GeographicLocation other)
 {
     return(Latitude.Equals(other.Latitude) && Longitude.Equals(other.Longitude));
 }