Determines whether two lines have the same value.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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:
Booleantrue if a has the same coordinates as b; otherwise false.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also