示例#1
0
文件: Expr.cs 项目: buptkang/MathCog
        public override int GetHashCode()
        {
            int hash = _var.GetHashCode();

            return(hash);
        }