System.Web.SiteMapNode.GetHashCode Method

Returns the hash code of the System.Web.SiteMapNode object.

Syntax

public override int GetHashCode ()

Returns

A 32-bit signed integer representing the hash code.

Remarks

The hash code is generated using the lookup key (that is, a hash of the SiteMapNode.Key property) for a site map node.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0