DiffLineComparer.GetHashCode-Methode (DiffLine)
Erstellen Sie den Hash 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
- element
Typ: Microsoft.TeamFoundation.VersionControl.Common.DiffLine
Das DiffElement, um den Hashcode für abzurufen.
Rückgabewert
Typ: System.Int32
Der Hashcode.
Implementiert
IEqualityComparer<T>.GetHashCode(T)
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.