IPEndPoint.GetHashCode Método

Definição

Devolve um valor de hash para uma IPEndPoint instância.

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

Devoluções

Um valor de hash inteiro.

Observações

O GetHashCode método devolve um código hash da instância IP endpoint. Este valor pode ser usado como chave em tabelas hash.

Aplica-se a