Пример #1
0
 public override int GetHashCode()
 {
     return(17 + 31 * _currentState.GetHashCode() + 31 * _command.GetHashCode());
 }