Click or drag to resize

DayNormalizationInequality Operator

Determines whether two specified DayNormalization instances are not equal.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public static bool operator !=(
	DayNormalization lhs,
	DayNormalization rhs
)

Parameters

lhs  DayNormalization
The first DayNormalization to compare.
rhs  DayNormalization
The second DayNormalization to compare.

Return Value

Boolean
true if lhs and rhs do not represent the same DayNormalization; false otherwise.
See Also