Returns a Boolean value that indicates whether the receiver is an instance of given class or an instance of any class that inherits from that class. (required)
Original signature is '- (BOOL)isKindOfClass:(Class)aClass'
Available in Mac OS X v10.0 and later.


- aClass (Class)
- A class object representing the Objective-C class to be tested.

YES if the receiver is an instance of aClass or an instance of any class that inherits from aClass, otherwise NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)