ValueTuple<T1,T2>.GetHashCode Metoda

Definice

Vypočítá kód hash aktuální ValueTuple<T1,T2> instance.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Návraty

Int32

Kód hash aktuální ValueTuple<T1,T2> instance.

Platí pro