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.
Use Base
True
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.Object
Return Value
Type: System.Boolean
See Also
Equals Overload
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top