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.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj Object
- The object to compare with this instance.
Return Value
Booleantrue 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