System.Types.TPoint.operator Inequality
Delphi
class operator NotEqual(const Lhs, Rhs : TPoint): Boolean;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.Types.pas | System.Types | TPoint | 
Description
Tests whether two points are not equal.
operator Inequality tests whether two points are unequal by comparing their X and Y values. It returns the Boolean value True if at least one of their coordinates is different. Otherwise, it returns False.