Skip to content

Interval.Inequality

Public Operator

Determines whether the two Intervals have different values.

Namespace: Rhino.Geometry

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**5.0

Syntax

public static bool operator !=(
Interval a,
Interval b
)

Parameters

a

Type: Rhino.Geometry.Interval
The first interval.

b

Type: Rhino.Geometry.Interval
The second interval.

Return Value

Type:Boolean
true if the two intervals are different in any value; false if they are equal.