예제 #1
0
파일: TableValue.cs 프로젝트: sanelli/tms
 private bool Equals(TableValue <TState, TSymbol> other)
 {
     return(base.Equals(other) && _action.Equals(other._action));
 }