Tests for equality of the interaction regression parameter and another
interaction regression parameter. Two interaction regression parameters
are equal if they have the same factor names and level values.
Namespace:
CenterSpace.NMath.Stats
Assembly:
NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function Equals ( _
obj As Object _
) As Boolean |
| Visual C++ |
|---|
public:
virtual bool Equals(
Object^ obj
) override |
Return Value
true if both parameters have the same factor names and
levels.
See Also