Click or drag to resize
DigitalRuneLineInequality Operator
Tests if two Lines are different.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public static bool operator !=(
	Line line1,
	Line line2
)

Parameters

line1
Type: DigitalRune.Geometry.ShapesLine
The first Line.
line2
Type: DigitalRune.Geometry.ShapesLine
The second Line.

Return Value

Type: Boolean
if the Lines are different; otherwise .
See Also