Share via


Workspace.GetHashCode-Methode (Workspace)

Ruft den Hashcode für die angegebene Arbeitsbereichsinstanz ab.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Function GetHashCode ( _
    obj As Workspace _
) As Integer
public int GetHashCode(
    Workspace obj
)

Parameter

Rückgabewert

Typ: System.Int32
Der Hashcode für die angegebene Arbeitsbereichsinstanz.

Implementiert

IEqualityComparer<T>.GetHashCode(T)

.NET Framework-Sicherheit

Siehe auch

Referenz

Workspace Klasse

GetHashCode-Überladung

Microsoft.TeamFoundation.VersionControl.Client-Namespace