AutomationElement.Inequality(AutomationElement, AutomationElement) Operator

Definition

Returns a value indicating whether the specified AutomationElement objects refer to different user interface (UI) elements.

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 op_Inequality : System.Windows.Automation.AutomationElement * System.Windows.Automation.AutomationElement -> bool
Public Shared Operator != (left As AutomationElement, right As AutomationElement) As Boolean

Parameters

left
AutomationElement

The first AutomationElement to compare.

right
AutomationElement

The second AutomationElement to compare.

Returns

true if the two objects refer to different UI elements; otherwise false.

Applies to

See also