In a relatively large VB.NET application, I have the following code.

The code sits within a for loop that runs for every given service object. I want a conditional break point that will only activate when objService.VehLastMile is Nothing.
So I right-click my break point and add a condition, here it is:

But this does not work! my break point is not hit! what am I doing wrong?
Any help would be great.
Thank You.