SubDComponentEquals Method (SubDComponent) |
Determines whether this component and another refer to the same component, with the
same orientation, in the same SubD.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntaxpublic bool Equals(
SubDComponent other
)
Public Function Equals (
other As SubDComponent
) As Boolean
Parameters
- other
- Type: Rhino.GeometrySubDComponent
The component to compare with.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Rhino.Geometry.SubDComponent.Equals(Rhino.Geometry.SubDComponent)"]
Implements
IEquatableTEquals(T)
See Also