コード例 #1
0
 public bool VerifyPrediction(ref PotPredictedState state)
 {
     return(State.Equals(state.State));
 }