DnsEndPoint.GetHashCode 方法

定义

返回一个 . 的 DnsEndPoint哈希值。

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

返回

DnsEndPoint整数哈希值 。

注解

该方法 GetHashCode 返回的 DnsEndPoint哈希代码 。 此值可用作哈希表中的键。

适用于