GetHashCode() public méthode

Hash code of the byte array as calculated by object.GetHashCode. Note the difference between a SHA256 secure bytes and the type of quick/dirty bytes used by the Java hashCode method which is designed for use in bytes tables.
public GetHashCode ( ) : int
Résultat int
Exemple #1
0
 public override int GetHashCode()
 {
     return(Hash.GetHashCode());
 }