返回此实例的哈希代码。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides Function GetHashCode As Integer
用法
Dim instance As SPChangeTokenCollection
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public override int GetHashCode()
返回值
类型:System.Int32
一个Int32的值。
备注
如果比较结果为相等的两个对象的类型SPChangeTokenCollection ,它们将返回相同的哈希代码。