M_Rhino_Geometry_Interval_op_Inequality - mcneel/rhinocommon-api-docs GitHub Wiki
Determines whether the two Intervals have different values.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static bool operator !=(
Interval a,
Interval b
)
VB
Public Shared Operator <> (
a As Interval,
b As Interval
) As Boolean
- a
- Type: Rhino.Geometry.Interval
The first interval. - b
- Type: Rhino.Geometry.Interval
The second interval.
Type: Boolean
true if the two intervals are different in any value; false if they are equal.
Supported in: 6.0.16224.21491, 5D58w