Пример #1
0
 public bool IsInState(State <T> state)
 {
     return(state.Equals(currentState));
 }