System.Types.TPoint.operator !=
C++
bool operator !=(const TPoint& pt) const _ALWAYS_INLINE {
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | SystemTypes.h | System.Types | TPoint |
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.