Inheritance: IPredicate
 protected bool Equals(AndPredicate other)
 {
     return(_predicates.SequenceEqual(other._predicates));
 }
 protected bool Equals(AndPredicate other)
 {
     return _predicates.SequenceEqual(other._predicates);
 }