Skip to main content

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

NameTypeDescription
classNamesstringClass 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 thefuzzybool

Return value

  • bool