Esempio n. 1
0
 public bool Overlaps(PredicateList other)
 {
     return(Positive.Overlaps(other.Positive) || Negative.Overlaps(other.Negative));
 }