ValueTuple.IStructuralEquatable.GetHashCode(IEqualityComparer) Metodo

Definizione

Restituisce il codice hash per questa istanza di ValueTuple.

 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 il cui metodo GetHashCode(Object) calcola il codice hash. Questo parametro viene ignorato.

Restituisce

Codice hash per l'istanza ValueTuple.

Implementazioni

Si applica a