M_Rhino_Geometry_Line_op_Equality - mcneel/rhinocommon-api-docs GitHub Wiki
Determines whether two lines have the same value.
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 the same coordinates as b; otherwise false.
Supported in: 6.0.16224.21491, 5D58w