Example #1
0
 // TODO -- unit test for this
 public bool MatchesAll(T target)
 {
     return(Includes.MatchesAll(target) && !Excludes.MatchesAny(target));
 }