Inequality operator – checks if two points have different coordinates.
Namespace:
AForgeAssembly: AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public static bool operator !=( DoublePoint point1, DoublePoint point2 ) |
Parameters
- point1
- Type: AForge..::.DoublePoint
First point to check.
- point2
- Type: AForge..::.DoublePoint
Second point to check.