Click or drag to resize

Point3dListEquals Method (Point3dList)

Determines if the point lists are exactly equal.

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.1
Syntax
public bool Equals(
	Point3dList other
)

Parameters

other
Type: Rhino.CollectionsPoint3dList

Return Value

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

Implements

IEquatableTEquals(T)
See Also