SPChangeToken.GetHashCode Method
Returns a hash code for this instance.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As SPChangeToken
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public override int GetHashCode()
Return Value
Type: System.Int32
A Int32 value.
Remarks
If two SPChangeToken objects compare as equal, the GetHashCode method returns the same value for both objects.