SiteTermElement.GetHashCode Method (BCL)

Use this method to serve as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as a hash table.

Definition

[Visual Basic .NET]

Overrides Public Function GetHashCode( _) As Integer

[C#]

public override Integer GetHashCode();

Return Value

A hash code for the current Object.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Code to Build a Login Page

Code to Use the SiteTerm Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.