Sdílet prostřednictvím


ValueTuple.IStructuralEquatable.GetHashCode(IEqualityComparer) Metoda

Definice

Vrátí kód hash pro tuto ValueTuple instanci.

 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

Parametry

comparer
IEqualityComparer

Objekt, jehož GetHashCode(Object) metoda vypočítá kód hash. Tento parametr je ignorován.

Návraty

Int32

Kód hash pro tuto ValueTuple instanci.

Implementuje

Platí pro