public virtual bool Is(WordToken token2) { return(this.DecliantionNumber == token2.DecliantionNumber && this.InflectionCase == token2.InflectionCase); }
public virtual bool Is(WordToken token2) { return (this.DecliantionNumber == token2.DecliantionNumber && this.InflectionCase == token2.InflectionCase); }