GetHashCode-Methode

Berechnet einen Hashcode, der in Hashalgorithmen und Datenstrukturen wie Hashtabellen verwendet werden kann.

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

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As SyncGlobalId
Dim returnValue As Integer

returnValue = instance.GetHashCode()
public override int GetHashCode()
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int 
override GetHashCode : unit -> int 
public override function GetHashCode() : int

Rückgabewert

Typ: System. . :: . .Int32
Ein Hashcode für das aktuelle Objekt.

Siehe auch

Verweis

SyncGlobalId Klasse

SyncGlobalId-Member

Microsoft.Synchronization-Namespace