Freigeben über


UITestControl.Equals-Methode

Bestimmt, ob die angegebene UITestControl und die aktuelle UITestControl gleich sind.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

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

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn die angegebene UITestControl gleich der aktuellen UITestControl ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControl Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace