IClass.IsClassOf method
Namespace: NextDesign.Core
Description
Checks if the specified class is compatible with this class.
Returns true if the specified class matches or is a subclass of this class.
argument
Name | Type | Description |
---|
someClass | IClass | Class |
Return value