Пример #1
0
 public bool Contains(TitleHue hue)
 {
     return(hue != null && Hues.Contains(hue));
 }