ImmutableArray<T>.IStructuralEquatable.GetHashCode Metodo

Definizione

Restituisce un codice hash per l'istanza corrente.

 virtual int System.Collections.IStructuralEquatable.GetHashCode(System::Collections::IEqualityComparer ^ comparer) = System::Collections::IStructuralEquatable::GetHashCode;
int IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer);
abstract member System.Collections.IStructuralEquatable.GetHashCode : System.Collections.IEqualityComparer -> int
override this.System.Collections.IStructuralEquatable.GetHashCode : System.Collections.IEqualityComparer -> int
Function GetHashCode (comparer As IEqualityComparer) As Integer Implements IStructuralEquatable.GetHashCode

Parametri

comparer
IEqualityComparer

Oggetto che calcola il codice hash dell'oggetto corrente.

Valori restituiti

Codice hash per l'istanza corrente.

Implementazioni

Si applica a