示例#1
0
 public override int GetHashCode() =>
 Southwest.GetHashCode() ^ Northeast.GetHashCode();
示例#2
0
 public bool Equals(GeoHashBound other) =>
 Southwest.Equals(other.Southwest) && Northeast.Equals(other.Northeast);