ImmutableArray<T>.IStructuralEquatable.GetHashCode Methode

Definition

Gibt einen Hashcode für die aktuelle Instanz zurück.

 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

Parameter

comparer
IEqualityComparer

Ein Objekt, das den Hashcode des aktuellen Objekts berechnet.

Gibt zurück

Der Hashcode für die aktuelle Instanz.

Implementiert

Gilt für: