User32EqualRect(NativeRectangle, NativeRectangle) Method
Determines whether the two specified
NativeRectangle are equal
by comparing the coordinates of their upper-left and lower-right corners.
Note that the
EqualRect(NativeRectangle, NativeRectangle) function does not treat empty rectangles as equal if their coordinates are different.
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
- refRect1 NativeRectangle
-
A pointer to the NativeRectangle structure that contains the logical coordinates of the first rectangle.
- refRect2 NativeRectangle
-
A pointer to the NativeRectangle structure that contains the logical coordinates of the second rectangle.
Boolean
If the two rectangles are identical, the return value is
.
If the two rectangles are not identical, the return value is
.