IClass.IsSuperClass method
Namespace: NextDesign.Core
Description
Checks if this class is a superclass of the specified class. 
Returns true if the specified class is a superclass of this class. 
argument
| Name | Type | Description | 
|---|
| someClass | IClass | Class | 
Return value