MailAddress.GetHashCode Metodo

Definizione

Restituisce un valore hash per un indirizzo di posta.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Restituisce

Valore hash intero.

Commenti

Il GetHashCode metodo restituisce un codice hash dell'indirizzo di posta elettronica. Questo valore può essere usato come chiave nelle tabelle hash.

Si applica a