M_Rhino_Geometry_ComponentStatus_op_Inequality - mcneel/rhinocommon-api-docs GitHub Wiki
Determines if two ComponentStatus objects differ.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static bool operator !=(
ComponentStatus a,
ComponentStatus b
)
VB
Public Shared Operator <> (
a As ComponentStatus,
b As ComponentStatus
) As Boolean
- a
- Type: Rhino.Geometry.ComponentStatus
The first ComponentStatus. - b
- Type: Rhino.Geometry.ComponentStatus
The second ComponentStatus.
Type: Boolean
true if they are in any way different. False otherwise.
Supported in: 6.0.16224.21491