SiteMapNode.GetHashCode 方法
定义
返回 SiteMapNode 对象的哈希代码。Returns the hash code of the SiteMapNode object.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
返回
表示哈希代码的 32 位带符号整数。A 32-bit signed integer representing the hash code.
注解
哈希代码是使用查找密钥 (的,即 Key 站点地图节点的属性) 的哈希。The hash code is generated using the lookup key (that is, a hash of the Key property) for a site map node.