GetHashCode() public méthode

Returns a hash code.

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