Line.Inequality Operator

LineInequality Operator

Determines whether two lines have different values.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool operator !=(
	Line a,
	Line b
)
Public Shared Operator <> ( 
	a As Line,
	b As Line
) As Boolean

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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also