Click or drag to resize

TemperatureUnitEquals(TemperatureUnit) Method

Returns true if other represents the same unit of temperature; false otherwise.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public bool Equals(
	TemperatureUnit other
)

Parameters

other  TemperatureUnit
The instance to compare with this instance.

Return Value

Boolean
true if other is equal to this instance; false otherwise.

Implements

IEquatableTEquals(T)
See Also