Point3dList.Equals Method (Object)

Point3dListEquals Method (Object)

Overrides the dafault object equality to compare lists by value.

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean

Parameters

obj
Type: SystemObject

Return Value

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