M_Rhino_Geometry_Line_Equals - mcneel/rhinocommon-api-docs GitHub Wiki

Line.Equals Method (Line)

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Equals(
	Line other
)

VB

Public Function Equals ( 
	other As Line
) As Boolean

Parameters

 

other
Type: Rhino.Geometry.Line
A line.

Return Value

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

Implements

IEquatable(T).Equals(T)

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Line Structure
Equals Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️