Click or drag to resize

MatrixStorageTEquals(MatrixStorageT) Method

Indicates whether the current object is equal to another object of the same type.

Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Equals(
	MatrixStorage<T> other
)

Parameters

other  MatrixStorageT
An object to compare with this object.

Return Value

Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)
See Also