<p dir="ltr"> <br>
On 13 May 2013 11:04, "Alister" <<a href="mailto:alister.ware@ntlworld.com">alister.ware@ntlworld.com</a>> wrote:<br>
> this looks to me like an issue with operator precidence<br>
><br>
> you code is evaluating as (Not x) == y<br>
> rather than not (x == y)</p>
<p dir="ltr">I can say for sure that the precedence is as expected. I always use "not ... == ..." Instead of !=.</p>