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