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