GrEqualRegion

Name

GrEqualRegion -- Test if two regions are equal

Synopsis

GR_BOOL GrEqualRegion (
  GR_REGION_ID rgn1,
  GR_REGION_ID rgn2
);
    

Parameters

rgn1, rgn2

The IDs of the regions you want to test.

Return Value

Returns one if the regions are equal; otherwise returns zero.

Description

The GrEqualRegion function checks to see if the two specified regions are equal.