formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics
Description
Test if two regions are equal. This function checks the two specified regions to determine whether they are identical. The function considers two regions identical if they are equal in size, shape, and postion.
Plugin Prototype
fzrt_boolean fzrt_equal_rgn(
rgn1, | |
rgn2 ) |
Parameters
rgn1 [Input]
pointer to first source region to test
rgn2 [Input]
pointer to first source region to test
Returns
TRUE if the two regions are identical, FALSE otherwise
Availability
5.0.0.0
See Also
Function Set
Defined in