示例#1
0
文件: TableValue.cs 项目: sanelli/tms
 private bool Equals(TableValue <TState, TSymbol> other)
 {
     return(base.Equals(other) && _action.Equals(other._action));
 }