Have you tried getQualifiedClassName( instance)?
r.

On Mon, Mar 24, 2008 at 4:31 PM, supermalern <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> I want to check if an object has a certain type. I know I can use
>
>  (object is Class)
>
>  But that will return true even if the object is a subclass of "Class",
>  whereas I need to know if it's actually that specific class. Is there
>  a way to do this?
>
>  

Reply via email to