UITestEnvironmentContainerBase<TChild>.Equals Method (Object)
Determines whether the provided object is equal to this 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 obj
)
public:
virtual bool Equals(
Object^ obj
) override
override Equals :
obj:Object -> bool
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
obj
Type: System.ObjectAn object that can be cast as a UITestEnvironmentContainerBase<TChild> object.
Return Value
Type: System.Boolean
true if the objects are equal; otherwise, false.
See Also
UITestEnvironmentContainerBase<TChild> Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top