Line.Equals Method (Line)

LineEquals Method (Line)

Determines whether a line has the same value as this line.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Equals(
	Line other
)
Public Function Equals ( 
	other As Line
) As Boolean

Parameters

other
Type: Rhino.GeometryLine
A line.

Return Value

Type: Boolean
true if other has the same coordinates as this; otherwise false.

Implements

IEquatableTEquals(T)
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also