Click or drag to resize

MassInequality(Mass, Double) Operator

Compares an instance of Mass with an instance of Double for inequality.

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

Parameters

left  Mass
The Mass to compare.
right  Double
The Double to compare.

Return Value

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

Implements

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