RhinoCommon API
Point3dListEquals Method (Point3dList) |
Determines if the point lists are exactly equal.
Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool Equals( Point3dList other )
Public Function Equals ( other As Point3dList ) As Boolean
Parameters
- other
- Type: Rhino.CollectionsPoint3dList
Return Value
Type: BooleanTrue is objects are exaclty equal in value.
Implements
IEquatableTEquals(T)