> public static implicit operator bool( Object o ) { > return (o!=null); > } > I got really used to testing to objects as... Erm is it not easier testing if(thing==null) Or if(typeof(thing))==x) Or perhaps im ba