small optimization... `null == foo` is usually faster than `foo == null` since it won't first try to convert `null` into whatever `foo` is..
Authored by: rob_d_clark 2008-12-21
Parent: [r2029]
Child: [r2031]