SubDComponentEquality Operator |
Determines whether two components 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 static bool operator ==(
SubDComponent a,
SubDComponent b
)
Public Shared Operator = (
a As SubDComponent,
b As SubDComponent
) As Boolean
Parameters
- a
- Type: Rhino.GeometrySubDComponent
The first component. - b
- Type: Rhino.GeometrySubDComponent
The second component.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Rhino.Geometry.SubDComponent.op_Equality(Rhino.Geometry.SubDComponent,Rhino.Geometry.SubDComponent)"]
See Also