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

C#
public override bool Equals(
	Object obj
)
Visual Basic (Declaration)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
Visual C++
public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System..::.Object
Another interaction regression parameter.

Return Value

true if both parameters have the same factor names and levels.

See Also