Freigeben über


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

Rückgabewert

Typ: System.Boolean
True, wenn die beiden Elemente gleich sind

Implementiert

IEqualityComparer<T>.Equals(T, T)

.NET Framework-Sicherheit

Siehe auch

Referenz

DiffLineComparer Klasse

Equals-Überladung

Microsoft.TeamFoundation.VersionControl.Common-Namespace