AutomationElement.Inequality(AutomationElement, AutomationElement) 연산자

정의

지정된 AutomationElement 개체가 다른 UI(사용자 인터페이스) 요소를 참조하는지 여부를 나타내는 값을 반환합니다.

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

매개 변수

left
AutomationElement

비교할 첫 번째 AutomationElement입니다.

right
AutomationElement

비교할 두 번째 AutomationElement입니다.

반환

Boolean

true 두 개체가 서로 다른 UI 요소를 참조하면 이고, 그렇지 않으면 false.

적용 대상

추가 정보