AndCondition.Match(IUITechnologyElement) Method

Definition

Determines whether the provided element matches this condition.

public:
 override bool Match(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ element);
public override bool Match (Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement element);
override this.Match : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement -> bool
Public Overrides Function Match (element As IUITechnologyElement) As Boolean

Parameters

Returns

true if the provided element matches the condition; otherwise, false.

Applies to