Click or drag to resize

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
Syntax
public bool Equals(
	SubDComponent other
)

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