hasInstance
hasInstance(object: Object): Boolean;
The hasInstance method of the Class class returns true if the value specified in the object parameter is or has been an instance of the receiver class.
This method is similar to the
hasInstance(object: Object): Boolean;
The hasInstance method of the Class class returns true if the value specified in the object parameter is or has been an instance of the receiver class.
This method is similar to the