DnsEndPoint.GetHashCode Método

Definição

Retorna um valor de hash para uma DnsEndPoint.Returns a hash value for a DnsEndPoint.

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

Retornos

Int32

Um valor de hash inteiro para o DnsEndPoint.An integer hash value for the DnsEndPoint.

Comentários

O GetHashCode método retorna um código hash do DnsEndPoint .The GetHashCode method returns a hash code of the DnsEndPoint. Esse valor pode ser usado como uma chave em tabelas de hash.This value can be used as a key in hash tables.

Aplica-se a