NTAccount.GetHashCode Metodo

Definizione

Funge da funzione hash per l'oggetto corrente NTAccount . Il GetHashCode() metodo è adatto per algoritmi hash e strutture di dati come una tabella hash.

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

Valori restituiti

Valore hash per l'oggetto corrente NTAccount .

Si applica a