Beispiel #1
0
 public bool Equals(GeometryCollection <T> other)
 {
     return(Geometries.SequenceEqual(other.Geometries));
 }