DiffLineComparer.GetHashCode, méthode (DiffLine)
Fournissez code de hachage pour le DiffElement donné.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Common
Assembly : Microsoft.TeamFoundation.VersionControl.Common (dans Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntaxe
'Déclaration
Public Function GetHashCode ( _
element As DiffLine _
) As Integer
public int GetHashCode(
DiffLine element
)
Paramètres
- element
Type : Microsoft.TeamFoundation.VersionControl.Common.DiffLine
Le DiffElement pour obtenir un code de hachage pour.
Valeur de retour
Type : System.Int32
Code de hachage.
Implémentations
IEqualityComparer<T>.GetHashCode(T)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Common, espace de noms