DayNormalizationInequality Operator |
Determines whether two specified DayNormalization instances are not 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 do not represent the same
DayNormalization;
false otherwise.
See Also