AutomationElement.Equality(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 ( = ) : 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
두 AutomationElement 개체가 동일한 UI 요소를 참조하면 이고, 그렇지 않으면 false
.
설명
두 AutomationElement 개체와 같은지를 비교 하는 시간에 서로 다른 지점에서 다른 캐시 된 정보가 포함 될 수 있습니다. Equality 는 개체가 동일한 기본 UI 요소를 참조하는 테스트만 합니다.