Share via


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哈希碼。 此值可作為哈希表中的索引鍵。

適用於