isInstance
Class isInstance(Object class, Object value);
i.e.,
Tests whether an object (the second argument, value) is an instance of a class (the first argument, class). You could specify a class or the class name as the first argument.
Class isInstance(Object class, Object value);
i.e.,
Tests whether an object (the second argument, value) is an instance of a class (the first argument, class). You could specify a class or the class name as the first argument.