Point3dListEquals Method (Point3dList) |
Determines if the point lists are exactly equal.
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.1
Syntaxpublic bool Equals(
Point3dList other
)
Public Function Equals (
other As Point3dList
) As Boolean
Parameters
- other
- Type: Rhino.CollectionsPoint3dList
Return Value
Type:
BooleanTrue is objects are exactly equal in value.
Implements
IEquatableTEquals(T)
See Also