Click or drag to resize

AnovaRegressionInteractionParamEquals Method

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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
Another interaction regression parameter.

Return Value

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