示例#1
0
 public virtual bool Is(WordToken token2)
 {
     return(this.DecliantionNumber == token2.DecliantionNumber &&
            this.InflectionCase == token2.InflectionCase);
 }
示例#2
0
 public virtual bool Is(WordToken token2)
 {
     return (this.DecliantionNumber == token2.DecliantionNumber &&
             this.InflectionCase == token2.InflectionCase);
 }