Determines whether the coordinates of the specified points are not equal.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Operator <> ( _ left As PointD, _ right As PointD _ ) As Boolean |
| C# |
|---|
public static bool operator !=( PointD left, PointD right ) |
| Visual C++ |
|---|
public: static bool operator !=( PointD left, PointD right ) |
Parameters
- left
- Type: EGIS.ShapeFileLib..::.PointD
A PointD to compare.
- right
- Type: EGIS.ShapeFileLib..::.PointD
A PointD to compare.