System.Types.TPointF.operator !=
C++
bool operator !=(const TPointF& pt) const {
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | SystemTypes.h | System.Types | TPointF |
Description
Tests whether two points are not equal.
It returns True if the points are not equal. Otherwise, it returns False.
Two points are equal if they have the same location.