private bool Equals(SimpleSearchCondition other)
 {
     return Equals(other.automationElementProperty, automationElementProperty);
 }
Esempio n. 2
0
 private bool Equals(SimpleSearchCondition other)
 {
     return(Equals(other.automationElementProperty, automationElementProperty));
 }