Inheritance: IPredicate
Exemplo n.º 1
0
 protected bool Equals(NotPredicate other)
 {
     return(Equals(_predicate, other._predicate));
 }
 protected bool Equals(NotPredicate other)
 {
     return Equals(_predicate, other._predicate);
 }