Always Derive from Object?

Hi guys,

Should I always derive my classes from Object when not deriving from another class ? Is there any benifit to doing so or not doing so ?

Thanks.