| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Check whether two TPoint variables are equal.
Source position: classesh.inc line 2092
| function PointsEqual( | 
| const P1: TPoint; | 
| const P2: TPoint | 
| ):Boolean; | 
| const P1: TSmallPoint; | 
| const P2: TSmallPoint | 
| ):Boolean; | 
PointsEqual compares the P1 and P2 points (of type TPoint or TSmallPoint) and returns True if the X and Y coordinates of the points are equal, or False otherwise.
| 
 | Special type to handle a fake TComponent position | |
| 
 | Type to describe point in a small plane. | |
| 
 | Check whether a point is invalid. |