isKindOfClass
return
YESif the receiver is an instance of the specified class or an instance of any class that inherits from the specified class.
isMemberOfClass
return
YESif the receiver is an instance of the specified class.
参考:
凡所有相,皆是虚妄
isKindOfClass
return
YESif the receiver is an instance of the specified class or an instance of any class that inherits from the specified class.
isMemberOfClass
return
YESif the receiver is an instance of the specified class.
参考: