Exemplo n.º 1
0
 public virtual bool Is(WordToken token2)
 {
     return(this.DecliantionNumber == token2.DecliantionNumber &&
            this.InflectionCase == token2.InflectionCase);
 }
Exemplo n.º 2
0
 public virtual bool Is(WordToken token2)
 {
     return (this.DecliantionNumber == token2.DecliantionNumber &&
             this.InflectionCase == token2.InflectionCase);
 }