コード例 #1
0
 public bool Contains(Notice notice)
 {
     return(Notices.Contains(notice));
 }