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

equal(TRect,TRect):Boolean

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

Declaration

Source position: graphmath.pp line 136

operator operator =(

  const Compare1: TRect;

  const Compare2: TRect

):Boolean;

Description

The result is True when the Left, Top, Right, and Bottom members in the compared values are the same.