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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.