TimeSeriesIntervalEquals(TimeSeriesInterval) Method |
Returns true if other represents the same
time-series interval; false otherwise.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public bool Equals(
TimeSeriesInterval other
)
Public Function Equals (
other As TimeSeriesInterval
) As Boolean
Parameters
- other TimeSeriesInterval
- The instance to compare with this instance.
Return Value
Booleantrue if
other is equal to this instance;
false otherwise.
Implements
IEquatableTEquals(T)See Also