Type Method 型メソッド

isSubclass(of:)

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

Declaration 宣言

class func isSubclass(of aClass: AnyClass) -> Bool

Parameters パラメータ

aClass

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

Return Value 戻り値

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

See Also 参照

Identifying Classes クラスの識別