Condividi tramite


GenericMethodInvoker.IEqualityComparer<Object[]>.GetHashCode Metodo

Definizione

Restituisce un codice hash per i parametri di tipo nell'elenco di argomenti specificato.

int IEqualityComparer<object[]>.GetHashCode (object[] obj);
abstract member System.Collections.Generic.IEqualityComparer<System.Object[]>.GetHashCode : obj[] -> int
override this.System.Collections.Generic.IEqualityComparer<System.Object[]>.GetHashCode : obj[] -> int
Function GetHashCode (obj As Object()) As Integer Implements IEqualityComparer(Of Object()).GetHashCode

Parametri

obj
Object[]

Elenco di argomenti.

Restituisce

Codice hash.

Implementazioni

Si applica a