AutomationElement.Inequality(AutomationElement, AutomationElement) 연산자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 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입니다.
반환
true
두 개체가 서로 다른 UI 요소를 참조하면 이고, 그렇지 않으면 false
.