Exemple #1
0
 public override int GetHashCode()
 {
     return(Hashing.Hash(this.Type, this.Coordinates, this.BoundingBox));
 }
 public override int GetHashCode()
 {
     return(Hashing.Hash(this.Longitude, this.Latitude, this.Elevation));
 }
 public override int GetHashCode()
 {
     return(Hashing.Hash(this.Type, this.Geometries, this.BoundingBox));
 }
Exemple #4
0
 public override int GetHashCode()
 {
     return(Hashing.Hash(this.Type, this.Geometry, this.BoundingBox, this.Properties));
 }