コード例 #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);
 }