SPChangeToken.GetHashCode method

Returns a hash code for this instance.

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

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.

See also

Reference

SPChangeToken class

SPChangeToken members

Microsoft.SharePoint namespace