SPChangeToken.GetHashCode method
Retorna um código hash para essa instância.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overrides Function GetHashCode As Integer
'Uso
Dim instance As SPChangeToken
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public override int GetHashCode()
Valor retornado
Type: System.Int32
Um valor de Int32 .
Comentários
Se dois objetos SPChangeToken comparam como iguais, o método GetHashCode retorna o mesmo valor para ambos os objetos.