GetHashCode Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Build a hash code for this WebServiceVersion object.

Namespace:  Microsoft.CommerceServer
Assembly:  Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As WebServiceVersion
Dim returnValue As Integer

returnValue = instance.GetHashCode()
public override int GetHashCode()
public:
virtual int GetHashCode() override
public override function GetHashCode() : int

Return Value

Type: System..::.Int32
The hash code of the current WebServiceVersion.

Remarks

Provides a hash function that is appropriate for the WebServiceVersion class 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.

Permissions

See Also

Reference

WebServiceVersion Structure

WebServiceVersion Members

Microsoft.CommerceServer Namespace