private bool Equals(SimpleSearchCondition other)
 {
     return Equals(other.automationElementProperty, automationElementProperty);
 }
示例#2
0
 private bool Equals(SimpleSearchCondition other)
 {
     return(Equals(other.automationElementProperty, automationElementProperty));
 }