del método SPChangeToken.GetHashCode
Devuelve un código hash para esta instancia.
Espacio de nombres: Microsoft.SharePoint
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Overrides Function GetHashCode As Integer
'Uso
Dim instance As SPChangeToken
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public override int GetHashCode()
Valor devuelto
Tipo: System.Int32
Un valor de Int32 .
Comentarios
Si dos objetos SPChangeToken se consideran iguales, el método GetHashCode devuelve el mismo valor para ambos objetos.