SiteMapNode.GetHashCode 方法

定义

返回 SiteMapNode 对象的哈希代码。

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

返回

Int32

表示哈希代码的 32 位带符号整数。

注解

哈希代码是使用查找键 (生成的,即站点地图节点的属性) 的哈希 Key

适用于

另请参阅