GetHashCode() public method

public GetHashCode ( ) : int
return int
Ejemplo n.º 1
0
 public void Test_GetHashcode()
 {
     var vector = new Vector(2, 5, 9);
     Assert.IsTrue(vector.GetHashCode() != 0);
 }