RhinoCommon API
Point3dListEquals Method (Object) |
Overrides the dafault object equality to compare lists by value.
Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)

public override bool Equals( Object obj )
Public Overrides Function Equals ( obj As Object ) As Boolean
Parameters
- obj
- Type: SystemObject
Return Value
Type: BooleanTrue is objects are exaclty equal in value.
