Skip to content

M_Rhino_Geometry_Line_Equals_1

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Line.Equals Method (Object)

Determines whether an object is a line that has the same value as this line.

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

Syntax

C#

public override bool Equals(
	Object obj
)

VB

Public Overrides Function Equals ( 
	obj As Object
) As Boolean

Parameters

 

obj
Type: System.Object
An object.

Return Value

Type: Boolean
true if obj is a Line and has the same coordinates as this; otherwise false.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Line Structure
Equals Overload
Rhino.Geometry Namespace

Clone this wiki locally