MatrixStorageTEquals(Object) Method |
Determines whether the specified
Object is equal to the current
Object.
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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