IModel.Is method
Namespace: NextDesign.Core
Description
Checks if this instance is an instance of the specified class.
Returns True for instances of the specified class
argument
Name | Type | Description |
---|---|---|
className | string | Class Name Specify the name or fully qualified name of the class. If null or an empty string is specified, this method evaluates to False. If no class with the specified name is found, this method evaluates to False. |
Whether to treat the | fuzzy | bool |
Return value
- bool