This topic has not yet been rated - Rate this topic

UITechnologyElementProxy.Equals Method (IUITechnologyElement)

Visual Studio 2012

Determines whether the specified object is equal to the current object.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
public override bool Equals(
	IUITechnologyElement element
)

Parameters

element
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement

The object to compare with the current object.

Return Value

Type: Boolean
True if the specified object is equal to the current object; otherwise, false.

Implements

IUITechnologyElement.Equals(IUITechnologyElement)
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.