Google
GraphicsPointUnit.CPointCompare Function
Namespace
Pascal
function CPointCompare(const item1: CPoint; const item2: CPoint): 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