Metoda ActionList.Equals — (Object)
Określa, czy podany obiekt jest równa tej listy obiekt akcji.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
public override bool Equals(
object other
)
public:
virtual bool Equals(
Object^ other
) override
override Equals :
other:Object -> bool
Public Overrides Function Equals (
other As Object
) As Boolean
Parametry
- other
Obiekt, który można rzutować na ActionList obiektu.
Wartość zwracana
Type: System.Boolean
PRAWDA, jeśli other obiekt jest równa tego obiektu listy akcji.
Zobacz też
Equals Przeciążenie
Klasa ActionList
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku