Inheritance: GeoJSONObject, IGeometryObject
コード例 #1
0
 protected bool Equals(LineString other)
 {
     return base.Equals(other) && Coordinates.SequenceEqual(other.Coordinates);
 }
コード例 #2
0
 protected bool Equals(LineString other)
 {
     return(base.Equals(other) && Coordinates.SequenceEqual(other.Coordinates));
 }