Click or drag to resize

LineInequality Operator

Determines whether two lines have different values.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static bool operator !=(
	Line a,
	Line b
)

Parameters

a
Type: Rhino.GeometryLine
A line.
b
Type: Rhino.GeometryLine
Another line.

Return Value

Type: Boolean
true if a has any coordinate that distinguishes it from b; otherwise false.
See Also