GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int
Exemple #1
0
 public void Test_GetHashcode()
 {
     var vector = new Vector(2, 5, 9);
     Assert.IsTrue(vector.GetHashCode() != 0);
 }