Click or drag to resize

Point3dListEquals Method (Object)

Overrides the default object equality to compare lists by value.

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject

Return Value

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