Click or drag to resize

TemperatureUnitInequality Operator

Determines whether two specified TemperatureUnit instances are not 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 do not represent the same TemperatureUnit; false otherwise.
See Also