Share via


CustomizableString.GetHashCode method

This member overrides Object.GetHashCode().

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As CustomizableString
Dim returnValue As Integer

returnValue = instance.GetHashCode()
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public override int GetHashCode()

Return value

Type: System.Int32

See also

Reference

CustomizableString class

CustomizableString members

Microsoft.SharePoint.Publishing namespace