SPChangeTokenCollection.GetHashCode Method
Returns the 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 SPChangeTokenCollection
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public override int GetHashCode()
Return Value
Type: System.Int32
A Int32 value.
Remarks
If two objects of type SPChangeTokenCollection compare as equal, they return the same hash code.