IdentityReference.GetHashCode Metodo

Definizione

Usato come funzione hash per IdentityReference. GetHashCode() può essere usato in algoritmi di hash e strutture di dati, ad esempio una tabella hash.

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

Restituisce

Int32

Codice hash per questo oggetto IdentityReference.

Si applica a