Tuple<T1,T2,T3,T4,T5,T6>.GetHashCode Método
Definição
Retorna o código hash para o objeto Tuple<T1,T2,T3,T4,T5,T6> atual.Returns the hash code for the current Tuple<T1,T2,T3,T4,T5,T6> object.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
Retornos
Um código hash do inteiro com sinal de 32 bits.A 32-bit signed integer hash code.