ComponentIndexEquals Method (Object) |
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
The other object to compare with.
Return Value
Type:
Booleantrue if obj is a
ComponentIndex and ComponentIndexType and Index is the same; false otherwise.
See Also