NSObject.IsKindOfClass(Class) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("isKindOfClass:")]
public virtual bool IsKindOfClass (ObjCRuntime.Class aClass);
abstract member IsKindOfClass : ObjCRuntime.Class -> bool
override this.IsKindOfClass : ObjCRuntime.Class -> bool
Parameters
- aClass
- Class
Returns
Implements
- Attributes