Returns 
true if 
obj is an 
InputData
            object containing equal 
InputPeriod objects (same
            dates, same usage values, and same extra-predictor keys and
            figures).
            
 DegreeDays (in DegreeDays.dll) Version: 1.4
 Syntax
Syntaxpublic 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.
 See Also
See Also