Esempio n. 1
0
 public bool RhymesWith(Syllable syllable)
 {
     return(RhymeFinder.IsRhyme(this, syllable));
 }
Esempio n. 2
0
 public bool RhymesWith(Word word)
 {
     return(RhymeFinder.IsRhyme(this, word.Syllables.Last()));
 }