public void GetHashCodeExample() { var vector1 = new VectorN(2); vector1[0] = 1; vector1[1] = 2; Assert.AreNotEqual(0, vector1.GetHashCode()); }