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 theEqualRectfunction.
FUNCTION EqualRect (rect1,rect2:\xDDRect): Boolean;
rect1- The first of two rectangles to compare.
rect2- The second of two rectangles to compare.
DESCRIPTION
TheEqualRectfunction compares the rectangles you specify in therect1andrect2parameters and returnsTRUEif they're equal,FALSEif they're not.