public void HashCode() { MatrixF m = new MatrixF(3, 4, rowMajor, MatrixOrder.RowMajor); Assert.AreNotEqual(MatrixF.CreateIdentity(3, 4), m.GetHashCode()); Assert.AreNotEqual(new MatrixF(3, 4), m.GetHashCode()); }