Click or drag to resize

DatedDataValueEquals Method

Returns true if obj is a DatedDataValue object with an equal Value, PercentageEstimated, and DayRange; false otherwise.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public abstract bool Equals(
	Object obj
)

Parameters

obj  Object
The object to compare with this instance.

Return Value

Boolean
true if obj is equal to this instance; false otherwise.
See Also