A class object representing the Objective-C class to be tested.
Return Value
戻り値
true if the receiver is an instance of aClass, otherwise false.
Discussion
解説
For example, in this code, isMember(of:) would return false:
Class objects may be compiler-created objects but they still support the concept of membership. Thus, you can use this method to verify that the receiver is a specific Class object.
See Also
参照
Testing Object Inheritance, Behavior, and Conformance