Click or drag to resize

PredictorTypeInequality Operator

Determines whether two specified PredictorType instances are not equal.

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

Parameters

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

Return Value

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