Freigeben über


TcmInformation.Equals-Methode (TcmInformation)

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Gibt einen Wert zurück, der angibt, ob das bereitgestellte TCM-Informationsobjekt gleich dem aktuellen Objekt ist.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As TcmInformation _
) As Boolean
public bool Equals(
    TcmInformation other
)
public:
virtual bool Equals(
    TcmInformation^ other
) sealed
abstract Equals : 
        other:TcmInformation -> bool 
override Equals : 
        other:TcmInformation -> bool 
public final function Equals(
    other : TcmInformation
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true, wenn das bereitgestellte TCM-Informationsobjekt und das aktuelle Objekt gleich sind, andernfalls false.

Implementiert

IEquatable<T>.Equals(T)

.NET Framework-Sicherheit

Siehe auch

Referenz

TcmInformation Klasse

Equals-Überladung

Microsoft.VisualStudio.TestTools.Common-Namespace