Click or drag to resize

IntervalTInequality Operator

Compares two values to determine inequality.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static bool operator !=(
	Interval<T> left,
	Interval<T> right
)

Parameters

left  IntervalT
The value to compare with right.
right  IntervalT
The value to compare with left.

Return Value

Boolean
if left is not equal to right; otherwise, .

Implements

IEqualityOperatorsTSelf, TOther, TResultInequality(TSelf, TOther)
See Also