SiteMapNode.GetHashCode Method

Definition

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

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 Key property) for a site map node.

Applies to

See also