| [Overview][Types][Procedures and functions][Index] |
Implements the Equal operator (=) to compare values using the TRect type.
Source position: graphmath.pp line 136
operator operator =( |
const Compare1: TRect; |
const Compare2: TRect |
):Boolean; |
The result is True when the Left, Top, Right, and Bottom members in the compared values are the same.