AutomationElement.Equality(AutomationElement, AutomationElement) Operator
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value indicating whether the specified AutomationElement objects refer to the same user interface (UI) element.
public:
static bool operator ==(System::Windows::Automation::AutomationElement ^ left, System::Windows::Automation::AutomationElement ^ right);
public static bool operator ==(System.Windows.Automation.AutomationElement left, System.Windows.Automation.AutomationElement right);
static member ( = ) : System.Windows.Automation.AutomationElement * System.Windows.Automation.AutomationElement -> bool
Public Shared Operator == (left As AutomationElement, right As AutomationElement) As Boolean
- left
- AutomationElement
The first AutomationElement to compare.
- right
- AutomationElement
The second AutomationElement to compare.
true
if the two AutomationElement objects refer to the same UI element; otherwise false
.
Two AutomationElement objects that compare as equal might contain different cached information from different points in time. Equality only tests that the objects refer to the same underlying UI element.
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: