IdentityReference.GetHashCode Metodo

Definizione

Funge da funzione hash per IdentityReference. GetHashCode() è adatto per l'uso in algoritmi hash e strutture di dati come una tabella hash.

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

Valori restituiti

Codice hash per questo IdentityReference oggetto.

Si applica a