Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Automation
UI
Tree
Operators
AndOperator
C# Class Automation.UI.Tree.Operators.AndOperator
Represents a binary operator that can join two conditions using a logical "and".
Inheritance:
IBinaryOperator
Mostra file
Open project: vijayakumarsuraj/UIAutomation
Public Methods
Method
Description
Join
(
Condition
left
,
Condition
right
) :
Condition
Joins the two conditions using an AndCondition.
Method Details
Join()
public
method
Joins the two conditions using an AndCondition.
public
Join
(
Condition
left
,
Condition
right
) :
Condition
left
System.Windows.Automation.Condition
The left hand condition.
right
System.Windows.Automation.Condition
The right hand condition.
return
System.Windows.Automation.Condition