SubDComponentEquals Method (Object) |
Determines whether an object is a SubDComponent referring to the same component,
with the same orientation, in the same SubD.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
The object to compare with.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Rhino.Geometry.SubDComponent.Equals(System.Object)"]
See Also