Click or drag to resize

TemperatureUnitEquality Operator

Determines whether two specified TemperatureUnit instances are equal.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public static bool operator ==(
	TemperatureUnit lhs,
	TemperatureUnit rhs
)

Parameters

lhs  TemperatureUnit
The first TemperatureUnit to compare.
rhs  TemperatureUnit
The second TemperatureUnit to compare.

Return Value

Boolean
true if lhs and rhs represent the same TemperatureUnit; false otherwise.
See Also