Exemple #1
0
 public bool ExcludesAny(List <string> tags)
 {
     return(ExcludeTags.Any() && ExcludeTags.Intersect(tags).Any());
 }