Click or drag to resize

MatrixTEquals(Object) Method

Determines whether the specified Object is equal to this instance.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The Object to compare with this instance.

Return Value

Boolean
true if the specified Object is equal to this instance; otherwise, false.
See Also