Ejemplo n.º 1
0
 /// <summary>
 /// Returns <see langword="true" /> if this Geometry is 'spatially equal' to another Geometry.
 /// </summary>
 public virtual Boolean Equals(Geometry other)
 {
     return(BoundingBoxSpatialRelations.Equals(this, other));
 }