System.Types.TPointF.operator Inequality
Delphi
class operator NotEqual(const APoint1, APoint2: TPointF): Boolean;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Types.pas | System.Types | TPointF |
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.