Ya. The problem is that you are checking for exactly 5 milliseconds. That means that it will only be true if the the count is 5 at the exact instant that the condition is tested. Not a very likely scenario.

However, it does bring up the question as to what you are trying to achieve. Are you just playing around with the stopwatch, or is there some ultimate objective to those tests?