Freigeben über


UITestControl.Equals-Methode

Dieser Member überschreibt Object.Equals(Object).

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblys:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  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

  • other
    Typ: Object

Rückgabewert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControl Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace