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