Click or drag to resize

ExpectedCorrelationInequality Operator

Determines whether two specified ExpectedCorrelation instances are not equal.

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

Parameters

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

Return Value

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