Inequality operator - checks if two lines have different parameters.
Namespace:
AForge.Math.GeometryAssembly: AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
public static bool operator !=( LineSegment line1, LineSegment line2 ) |
Parameters
- line1
- Type: AForge.Math.Geometry..::.LineSegment
First line segment to check.
- line2
- Type: AForge.Math.Geometry..::.LineSegment
Second line segment to check.