Click or drag to resize

PredictorTypeEquality Operator

Determines whether two specified PredictorType instances are 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 represent the same PredictorType; false otherwise.
See Also