protected bool Equals(OrPredicate other) { return(_predicates.SequenceEqual(other._predicates)); }
protected bool Equals(OrPredicate other) { return _predicates.SequenceEqual(other._predicates); }