Temperature.Equality(Temperature, Temperature) Operator

Compares two values to determine equality.

Definition

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

Parameters

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

Return Value

Boolean
true if left is equal to right; otherwise, false.

Implements

IEqualityOperators<TSelf, TOther, TResult>.Equality(TSelf, TOther)

See Also