Click or drag to resize

RegressionTagInequality Operator

Determines whether two specified RegressionTag instances are not equal.

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

Parameters

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

Return Value

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