UITest.Equals-Methode (UITest)

Bestimmt, ob das bereitgestellte UI-Testobjekt diesem UI-Testobjekt entspricht.

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

Syntax

'Declaration
Public Function Equals ( _
    uiTest As UITest _
) As Boolean
public bool Equals(
    UITest uiTest
)
public:
bool Equals(
    UITest^ uiTest
)
member Equals : 
        uiTest:UITest -> bool 
public function Equals(
    uiTest : UITest
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true, wenn die Objekte gleich sind, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITest Klasse

Equals-Überladung

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UITest