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