GetHashCode Method

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

Get the hash code of the current CatalogSearchOptions object.

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

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As CatalogSearchOptions
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 instance.

Remarks

Provides a hash function that is appropriate for the CatalogSearchOptions class

Permissions

See Also

Reference

CatalogSearchOptions Class

CatalogSearchOptions Members

Microsoft.CommerceServer.Catalog Namespace