Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the provided object is equal to this action list object.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
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
Parameters
other
Type: System.ObjectAn object that can be cast to an ActionList object.
Return Value
Type: System.Boolean
True if the other object is equal to this action list object.
See Also
Equals Overload
ActionList Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top