Click or drag to resize

DataSetsEquals Method

A DataSets object is equal to another DataSets object with an equal data set for each DataSpec that it was created with.

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

If this DataSets object was created without a DataSpecs object, then it can only be equal to another DataSets object that was created without a DataSpecs object, and that has equal keys and an equal data set object for each of those keys.

See Also