Click or drag to resize

DataValueEquals Method

Returns true if obj is a DataValue object of the same type as this with an equal Value and PercentageEstimated.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public override 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.
Remarks

Note that it is not possible for a plain DataValue object to be equal to a DatedDataValue object.

See Also