Generic function
Returns #t if the two regions region1 and region2 contain exactly the same set of points.
region-equal region1 region2 => boolean
<region>.
<region>.
<boolean>.
duim-geometryduim-geometry Returns #t if the two regions region1 and region2 contain exactly the same set of points, otherwise returns #f. There is a method on = on <region> and <region> that calls region-equal.