IModel.IsIn(string,bool) method
Namespace: NextDesign.Core
Description
Checks if this instance is an instance of one of the specified classes.
Returns True if it is an instance of one of the specified classes.
argument
Name | Type | Description |
---|---|---|
classNames | string | Class names (separated by commas if multiple classes are specified) 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