Google
GraphicsRectangleUnit.RectangleCompare Function
Namespace
Pascal
function RectangleCompare(const item1: CRectangle; const item2: CRectangle): Integer;
File
Returns

0 if both items are equal, < 0 if item1 is smaller than item2, > 0 if item1 is larger than item2

Related Information