Click or drag to resize

ConnectivityMatrixEquals Method

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

Parameters

o  Object
Another connectivity matrix.

Return Value

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