The standard C++ mechanism is to use RTTI as in: typeof<foo> == typeof<bar> but I think that C++ RTTI interferes with Java if I remember correctly. On Sat, Mar 25, 2000 at 12:52:54PM +0100, osk@hem.passagen.se wrote: > Hello >> Is there anything similar to the Java instanceof operatior in C++/CNI? >> Oskar Liljeblad (osk@hem.passagen.se)