FieldValueDictionary.CalculateHashCode method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.BusinessData.Runtime
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function CalculateHashCode As HashCode
'Usage
Dim instance As FieldValueDictionary
Dim returnValue As HashCode
returnValue = instance.CalculateHashCode()
public HashCode CalculateHashCode()
Return value
Type: Microsoft.BusinessData.Infrastructure.HashCode
Returns HashCode.
Implements
IFieldValueDictionary.CalculateHashCode()