Freigeben über


DiffLineComparer.GetHashCode-Methode (DiffLine)

Erstellen Sie den Hashcode für das angegebene DiffElement bereit

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

Syntax

'Declaration
Public Function GetHashCode ( _
    element As DiffLine _
) As Integer
public int GetHashCode(
    DiffLine element
)

Parameter

Rückgabewert

Typ: System.Int32
Der Hashcode

Implementiert

IEqualityComparer<T>.GetHashCode(T)

.NET Framework-Sicherheit

Siehe auch

Referenz

DiffLineComparer Klasse

GetHashCode-Überladung

Microsoft.TeamFoundation.VersionControl.Common-Namespace