MassInequality(Double, Mass) Operator
Compares an instance of
Mass with an instance of
Double
for inequality.
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public static bool operator !=(
double left,
Mass right
)
- left Double
- Double to compare.
- right Mass
- The Mass to compare.
Booleantrue if the
Value member is not equal to the
Double; otherwise,
false.