Inequality operator - checks if two lines have different parameters.

Namespace:  AForge.Math.Geometry
Assembly:  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.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if parameters of specified line segments are not equal.

See Also