public void GetHashCodeExample() { var vector = new Vector3D(1, 2, 3); Assert.AreNotEqual(0, vector.GetHashCode()); }