Tests for equality of this connectivity matrix and another connectivity matrix. Two connectivity matrices are equal if they have the same dimensions and all values are equal.

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

Syntax

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

Parameters

o
Type: System..::.Object
Another connectivity matrix.

Return Value

True if the connectivity matrices are of the same order and contain the same values; otherwise, false.

See Also