EqualRect(NativeRectangle, NativeRectangle) | 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. |
EqualRect(Rectangle, Rectangle) | 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. |