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 !=(
	Line line1,
	Line line2
)

Parameters

line1
Type: AForge.Math.Geometry..::.Line
First line to check.
line2
Type: AForge.Math.Geometry..::.Line
Second line to check.

Return Value

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

See Also