AddInToken.GetHashCode 方法

定义

作为标记的哈希函数。Serves as a hash function for a token.

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

返回

Int32

当前标记的哈希代码。A hash code for the current token.

适用于