DiffLineComparer.Equals-Methode (DiffLine, DiffLine)
Gibt true zurück, wenn die angegebenen Elemente gleich sind.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Function Equals ( _
x As DiffLine, _
y As DiffLine _
) As Boolean
public bool Equals(
DiffLine x,
DiffLine y
)
Parameter
- x
Typ: Microsoft.TeamFoundation.VersionControl.Common.DiffLine
Die linke Element.
- y
Typ: Microsoft.TeamFoundation.VersionControl.Common.DiffLine
Das richtige Element.
Rückgabewert
Typ: System.Boolean
True, wenn die beiden Elemente gleich sind.
Implementiert
IEqualityComparer<T>.Equals(T, 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.