Important: The information in this document is obsolete and should not be used for new development.
EqualRect
To determine whether two rectangles are equal, you can use theEqualRect
function.
FUNCTION EqualRect (rect1,rect2:\xDDRect): Boolean;
rect1
- The first of two rectangles to compare.
rect2
- The second of two rectangles to compare.
DESCRIPTION
TheEqualRect
function compares the rectangles you specify in therect1
andrect2
parameters and returnsTRUE
if they're equal,FALSE
if they're not.