Exemplo n.º 1
0
 public override int GetHashCode()
 {
     return(Hashing.Hash(this.Type, this.Coordinates, this.BoundingBox));
 }
Exemplo n.º 2
0
 public override int GetHashCode()
 {
     return(Hashing.Hash(this.Longitude, this.Latitude, this.Elevation));
 }
Exemplo n.º 3
0
 public override int GetHashCode()
 {
     return(Hashing.Hash(this.Type, this.Geometries, this.BoundingBox));
 }
Exemplo n.º 4
0
 public override int GetHashCode()
 {
     return(Hashing.Hash(this.Type, this.Geometry, this.BoundingBox, this.Properties));
 }