Name
GrEqualRegion() -- Test two regions for equality
Synopsis
GR_BOOL GrEqualRegion
( GR_REGION_ID rgn1 , GR_REGION_ID rgn2 );
Description
This function determines whether the two specified regions are
the same.
Returns
GR_TRUE if the two regions are equivalent,
GR_FALSE if the two regions are
NOT equivalent.