Click or drag to resize

ArcInequality Operator

Determines whether two arcs have different values.

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

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.
See Also