ServicePoint.GetHashCode 方法

定义

返回 ServicePoint 实例的哈希值。

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

返回

整数哈希值。

注解

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

适用于