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)
Since: 5.0
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)
See Also