M_Rhino_Geometry_Line_op_Inequality - mcneel/rhinocommon-api-docs GitHub Wiki
Determines whether two lines have different values.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static bool operator !=(
Line a,
Line b
)
VB
Public Shared Operator <> (
a As Line,
b As Line
) As Boolean
- a
- Type: Rhino.Geometry.Line
A line. - b
- Type: Rhino.Geometry.Line
Another line.
Type: Boolean
true if a has any coordinate that distinguishes it from b; otherwise false.
Supported in: 6.0.16224.21491, 5D58w