System.Types.TPoint.operator Equality
Delphi
class operator Equal(const Lhs, Rhs : TPoint) : Boolean;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Types.pas | System.Types | TPoint |
Description
Tests whether two TPoint objects are equal.
operator Equality tests whether two TPoint records are equal, by comparing their X and Y values. It returns the Boolean value True if their X properties are equal and their Y properties are equal. Otherwise, it returns False.