DayNormalizationEquality Operator |
Determines whether two specified DayNormalization instances are equal.
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static bool operator ==(
DayNormalization lhs,
DayNormalization rhs
)
Public Shared Operator = (
lhs As DayNormalization,
rhs As DayNormalization
) As Boolean
Parameters
- lhs DayNormalization
- The first DayNormalization to compare.
- rhs DayNormalization
- The second DayNormalization to compare.
Return Value
Booleantrue if
lhs and
rhs represent the same
DayNormalization;
false otherwise.
See Also