DnsEndPoint.GetHashCode Método

Definición

Devuelve un valor hash de un objeto DnsEndPoint.

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

Devoluciones

Valor hash entero del objeto DnsEndPoint.

Comentarios

El GetHashCode método devuelve un código hash de DnsEndPoint. Este valor se puede usar como clave en tablas hash.

Se aplica a