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

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

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

Parameters

other
Type: System..::.Object
Another factor regression parameter.

Return Value

Returns true if both paramters have the same factor name and level; otherwise, false.

See Also