diff --git a/src/Numerics/LinearAlgebra/Storage/VectorStorage.cs b/src/Numerics/LinearAlgebra/Storage/VectorStorage.cs
index ac156ed6..2b717573 100644
--- a/src/Numerics/LinearAlgebra/Storage/VectorStorage.cs
+++ b/src/Numerics/LinearAlgebra/Storage/VectorStorage.cs
@@ -143,7 +143,7 @@ namespace MathNet.Numerics.LinearAlgebra.Storage
/// The to compare with the current .
public override sealed bool Equals(object obj)
{
- return Equals(obj as MatrixStorage);
+ return Equals(obj as VectorStorage);
}
///