[Overview][Types][Procedures and functions][Index] Reference for unit 'GraphMath' (#lazutils)

equal(TPoint,TPoint):Boolean

Implements the Equal operator (=) to compare values using the TPoint type.

Declaration

Source position: graphmath.pp line 129

operator operator =(

  const Compare1: TPoint;

  const Compare2: TPoint

):Boolean;

Description

The result is True when the X and Y members in the compared values are the same.