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

equal(TFloatPoint,TFloatPoint):Boolean

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

Declaration

Source position: graphmath.pp line 130

operator operator =(

  const Compare1: TFloatPoint;

  const Compare2: TFloatPoint

):Boolean;

Description

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