Returns
true if
obj is an
InputPeriod with the same
DayRange and
Usage as
this, and with the same extra-predictor
keys and values (the order of the
keys is not important for this).
Namespace: DegreeDays.Api.RegressionsAssembly: 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.
See Also