Compartilhar via


SPChangeTokenCollection.GetHashCode method

Retorna o 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 SPChangeTokenCollection
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 do tipo SPChangeTokenCollection comparam como iguais, elas retornam o mesmo código hash.

Ver também

Referência

SPChangeTokenCollection class

SPChangeTokenCollection members

Microsoft.SharePoint namespace