PredictorTypeEquality Operator |
Determines whether two specified PredictorType instances are equal.
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static bool operator ==(
PredictorType lhs,
PredictorType rhs
)
Public Shared Operator = (
lhs As PredictorType,
rhs As PredictorType
) As Boolean
Parameters
- lhs PredictorType
- The first PredictorType to compare.
- rhs PredictorType
- The second PredictorType to compare.
Return Value
Booleantrue if
lhs and
rhs represent the same
PredictorType;
false otherwise.
See Also