DiffLineComparer.Equals, méthode (DiffLine, DiffLine)
Renvoie True si les éléments donnés sont égaux.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Common
Assembly : Microsoft.TeamFoundation.VersionControl.Common (dans Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntaxe
'Déclaration
Public Function Equals ( _
x As DiffLine, _
y As DiffLine _
) As Boolean
public bool Equals(
DiffLine x,
DiffLine y
)
Paramètres
- x
Type : Microsoft.TeamFoundation.VersionControl.Common.DiffLine
L'élément gauche.
- y
Type : Microsoft.TeamFoundation.VersionControl.Common.DiffLine
Le bon élément.
Valeur de retour
Type : System.Boolean
True si les deux éléments sont égaux.
Implémentations
IEqualityComparer<T>.Equals(T, 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