Function Reference


_WinAPI_EqualRgn

Checks the two specified regions to determine whether they are identical

#include <WinAPIGdi.au3>
_WinAPI_EqualRgn ( $hRgn1, $hRgn2 )

Parameters

$hRgn1 Handle to a region.
$hRgn2 Handle to a region.

Return Value

Success: True - The two regions are equal.
Failure: False.

See Also

Search EqualRgn in MSDN Library.