Click or drag to resize

PredictorTypeEquals(PredictorType) Method

Returns true if other represents the same predictor type; false otherwise.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public bool Equals(
	PredictorType other
)

Parameters

other  PredictorType
The instance to compare with this instance.

Return Value

Boolean
true if other is equal to this instance; false otherwise.

Implements

IEquatableTEquals(T)
See Also