Click or drag to resize

PressureEquality(Pressure, Pressure) Operator

Compares two values to determine equality.

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

Parameters

left  Pressure
The value to compare with right.
right  Pressure
The value to compare with left.

Return Value

Boolean
if left is equal to right; otherwise, .

Implements

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