Click or drag to resize

TemperatureInequality Operator

Determines whether two specified Temperature instances are not equal (in Unit or in Value).

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

Parameters

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

Return Value

Boolean
true if lhs and rhs do not represent the same Temperature (in both Unit and Value); false otherwise.
See Also