Skip to main content

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

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

Return value

  • bool