ValueTuple.IStructuralEquatable.GetHashCode(IEqualityComparer) Metoda

Definicja

Zwraca kod skrótu dla tego ValueTuple wystąpienia.

 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

Obiekt, którego GetHashCode(Object) metoda oblicza kod skrótu. Ten parametr jest ignorowany.

Zwraca

Int32

Kod skrótu dla tego ValueTuple wystąpienia.

Implementuje

Dotyczy