Important: The information in this document is obsolete and should not be used for new development.
EqualPt
To determine whether the coordinates of two given points are equal, use theEqualPtfunction.
FUNCTION EqualPt (pt1,pt2: Point): Boolean;
pt1,pt2- The two points to be compared.
DESCRIPTION
TheEqualPtfunction compares the points specified in thept1andpt2parameters and returnsTRUEif their coordinates are equal orFALSEif they are not.