Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

region-equal

Generic function

Summary

Returns #t if the two regions region1 and region2 contain exactly the same set of points.

Signature

region-equal region1 region2 => boolean

Arguments

region1
An instance of type <region>.

region2
An instance of type <region>.

Values

boolean
An instance of type <boolean>.

Library

duim-geometry

Module

duim-geometry

Description

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.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index