1 <p> This method checks to see if two objects are the same class by checking to see if the names
2 of their classes are equal. You can have different classes with the same name if they are loaded by
3 different class loaders. Just check to see if the class objects are the same.