ComponentIndexEquals Method (ComponentIndex) |
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntaxpublic bool Equals(
ComponentIndex other
)
Public Function Equals (
other As ComponentIndex
) As Boolean
Parameters
- other
- Type: Rhino.GeometryComponentIndex
The other ComponentIndex to compare with.
Return Value
Type:
Booleantrue if other has the same ComponentIndexType and Index as this; otherwise, false.
Implements
IEquatableTEquals(T)
See Also