Inheritance: IPredicate
 protected bool Equals(NotPredicate other)
 {
     return(Equals(_predicate, other._predicate));
 }
 protected bool Equals(NotPredicate other)
 {
     return Equals(_predicate, other._predicate);
 }