Click or drag to resize

TemperatureEquality Operator

Determines whether two specified Temperature instances are equal (in both Unit and 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 represent the same Temperature (in both Unit and Value); false otherwise.
See Also