Click or drag to resize

AnovaRegressionFactorParamEquals Method

Tests for equality of this factor regression parameter and another factor regression parameter.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override bool Equals(
	Object other
)

Parameters

other  Object
Another factor regression parameter.

Return Value

Boolean
Returns true if both parameters have the same factor name and level; otherwise, false.
See Also