Example #1
0
 private bool Equals(TableValue <TState, TSymbol> other)
 {
     return(base.Equals(other) && _action.Equals(other._action));
 }