grittyminder
IS-IT--Management
Is there something in vbscript similar to "instanceof" in Java? For example if x has object type "Noodle", y has object type "Soup", and z has object type "Noodle", "x instanceof y" will return false whereas "x instanceof z" will return true. What I mean to ask is if there is some sort of object type comparison function in vbscript?