if (c !is null) Why????? Would it be simpler to type if (c is not null) on a related note. Why are not we allowed to do this? if (c != null) when other languages such as c#/java allow for it? -Alex