Type Method 型メソッド

isSubclassOfClass:

Returns a Boolean value that indicates whether the receiving class is a subclass of, or identical to, a given class. 受け取り手のクラスが、指定されたあるクラスのサブクラス、またはそれと同一であるかどうかを指し示すブール値を返します。

Declaration 宣言

+ (BOOL)isSubclassOfClass:(Class)aClass;

Parameters パラメータ

aClass

A class object. あるクラスオブジェクト。

Return Value 戻り値

YES if the receiving class is a subclass of—or identical to—aClass, otherwise NO.

See Also 参照

Identifying Classes クラスの識別