コード例 #1
0
 public bool Equals(SARS other)
 {
     return(State.Equals(other.State) && NextState.Equals(other.NextState) && Action.Equals(other.Action));
 }