Click or drag to resize

LengthInequality(Length, Double) Operator

Compares two values to determine inequality.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static bool operator !=(
	Length left,
	double right
)

Parameters

left  Length
The value to compare with right.
right  Double
The value to compare with left.

Return Value

Boolean
true if the Value member is not equal to the Double; otherwise, false.

Implements

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