コード例 #1
0
 public Boolean Contains(String word)
 {
     return(Phrase.Exists(t => t.Equals(word)));
 }