Click or drag to resize

SubDComponentInequality Operator

Determines whether two components refer to different components, orientations, or SubDs.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntax
public static bool operator !=(
	SubDComponent a,
	SubDComponent b
)

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_Inequality(Rhino.Geometry.SubDComponent,Rhino.Geometry.SubDComponent)"]

See Also