Cookie.GetHashCode 方法

定义

重写 GetHashCode() 方法。

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

返回

Int32

此实例的 32 位有符号整数哈希代码。

注解

可能用作哈希表中键的类必须提供此替代,因为哈希表中用作键的对象需要通过此方法生成自己的哈希代码。

适用于