示例#1
0
 public OrSearchCondition(SimpleSearchCondition[] simpleSearchConditions)
 {
     this.simpleSearchConditions = simpleSearchConditions;
 }
示例#2
0
 private bool Equals(SimpleSearchCondition other)
 {
     return(Equals(other.automationElementProperty, automationElementProperty));
 }
示例#3
0
 private bool Equals(SimpleSearchCondition other)
 {
     return Equals(other.automationElementProperty, automationElementProperty);
 }