| [Overview][Types][Procedures and functions][Index] |
Implements the Equal operator (=) to compare values using the TPoint type.
Source position: graphmath.pp line 129
operator operator =( |
const Compare1: TPoint; |
const Compare2: TPoint |
):Boolean; |
The result is True when the X and Y members in the compared values are the same.