Point3dList.Equals Method (Point3dList)

Point3dListEquals Method (Point3dList)

Determines if the point lists are exactly equal.

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

Parameters

other
Type: Rhino.CollectionsPoint3dList

Return Value

Type: Boolean
True is objects are exaclty equal in value.

Implements

IEquatableTEquals(T)
See Also