GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int
Exemple #1
0
 public override int GetHashCode()
 {
     return(Location.GetHashCode() ^ Size.GetHashCode());
 }