Click or drag to resize

MatrixStorageTEquals(Object) Method

Determines whether the specified Object is equal to the current Object.

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

Parameters

obj  Object
The Object to compare with the current Object.

Return Value

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