Click or drag to resize

ComponentStatusInequality Operator

Determines if two ComponentStatus objects differ.

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

Parameters

a
Type: Rhino.GeometryComponentStatus
The first ComponentStatus.
b
Type: Rhino.GeometryComponentStatus
The second ComponentStatus.

Return Value

Type: Boolean
true if they are in any way different. False otherwise.
See Also