Esempio n. 1
0
 public override int GetHashCode()
 {
     return(17 + 31 * CurrentState.GetHashCode() + 31 * Command.GetHashCode());
 }