GrEqualRegion()

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.

Parameters

TypeNameDescription
GR_REGION_IDrgn1The ID of the first of two regions to compare.
GR_REGION_IDrgn2The ID of the second of two regions to compare.

Returns

GR_TRUE if the two regions are equivalent, GR_FALSE if the two regions are NOT equivalent.

See Also

GrPointInRegion(), GrRectInRegion(), GrEmptyRegion(),