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