CategoryGroup.GetHashCode Method
Returns the hash code for the current CategoryGroup object.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As CategoryGroup
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public override int GetHashCode()
Return Value
Type: System.Int32
The hash code for the current CategoryGroup object.
Remarks
This override calls the GetHashCode method of the base class to get the hash code.