MassEquality(Mass, Double) Operator

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

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public static bool operator ==(
	Mass left,
	double b
)

Parameters

left  Mass
The Mass to compare.
b  Double
The Double to compare.

Return Value

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

Implements

IEqualityOperatorsTSelf, TOther, TResultEquality(TSelf, TOther)

See Also