March 04, 2007
mike Wrote:

> You should always use the "is" operator to check for null:
> 
> ' if (br is null) { ... }

This behaves exactly the same as '=='. :-(