> 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
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to