M_Rhino_Geometry_Interval_op_Inequality - mcneel/rhinocommon-api-docs GitHub Wiki

Interval.Inequality Operator

Determines whether the two Intervals have different values.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

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

VB

Public Shared Operator <> ( 
	a As Interval,
	b As Interval
) As Boolean

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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Interval Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️