Click or drag to resize

PressureEquality(Double, Pressure) Operator

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

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

Parameters

left  Double
The Double to compare.
right  Pressure
The Pressure to compare.

Return Value

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