Defines the MultiPolygon type.
Inheritance: GeoJSONObject, IGeometryObject
Exemplo n.º 1
0
 protected bool Equals(MultiPolygon other)
 {
     return base.Equals(other) && this.Coordinates.SequenceEqual(other.Coordinates);
 }
Exemplo n.º 2
0
 protected bool Equals(MultiPolygon other)
 {
     return(base.Equals(other) && this.Coordinates.SequenceEqual(other.Coordinates));
 }