Arc.Inequality Operator

ArcInequality Operator

Determines whether two arcs have different values.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool operator !=(
	Arc a,
	Arc b
)
Public Shared Operator <> ( 
	a As Arc,
	b As Arc
) As Boolean

Parameters

a
Type: Rhino.GeometryArc
The first arc.
b
Type: Rhino.GeometryArc
The second arc.

Return Value

Type: Boolean
true if any value of the two arcs differ; otherwise false.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also