public GeometryRelation Compare(IGeometry geometry)
 {
     return(Geometry.Compare(geometry.import()).export());
 }