isKindOf(classObject: Class): Boolean;
The isKindOf condition method of the Object class returns true if the receiver is an instance of the class specified in the classObject parameter or any of its subclasses, or it returns false if the receiver is not an instance.
An error 4 (Object not found) is not raised if the instance id of the receiver is invalid. In earlier releases the