Click or drag to resize
Accord.NET (logo)

LineInequality Operator

Inequality operator - checks if two lines have different parameters.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static bool operator !=(
	Line line1,
	Line line2
)
Request Example View Source

Parameters

line1
Type: Accord.Math.GeometryLine
First line to check.
line2
Type: Accord.Math.GeometryLine
Second line to check.

Return Value

Type: Boolean
Returns if parameters of specified lines are not equal.
See Also