コード例 #1
0
 private bool Equals(SimpleSearchCondition other)
 {
     return Equals(other.automationElementProperty, automationElementProperty);
 }
コード例 #2
0
 private bool Equals(SimpleSearchCondition other)
 {
     return(Equals(other.automationElementProperty, automationElementProperty));
 }