Line.Equality
Public Operator
Determines whether two lines have the same value.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
**Since:**5.0
Syntax
public static bool operator ==( Line a, Line b)
Parameters
a
Type: Rhino.Geometry.Line
A line.
b
Type: Rhino.Geometry.Line
Another line.
Return Value
Type:Boolean
true if a has the same coordinates as b; otherwise false.