Inheritance: IPredicate
Exemplo n.º 1
0
 protected bool Equals(AndPredicate other)
 {
     return(_predicates.SequenceEqual(other._predicates));
 }
 protected bool Equals(AndPredicate other)
 {
     return _predicates.SequenceEqual(other._predicates);
 }