Method Is
Is(ITypeSymbol, String, Boolean)
Declaration
public static bool Is(this ITypeSymbol symbol, string fullyQualifiedName, bool checkBaseType = true)
 
Parameters
| Type | 
Name | 
Description | 
| ITypeSymbol | 
symbol | 
 | 
| String | 
fullyQualifiedName | 
 | 
| Boolean | 
checkBaseType | 
 | 
Returns
Is(ITypeSymbol, String, String, Boolean)
Declaration
public static bool Is(this ITypeSymbol symbol, string nameSpace, string typeName, bool checkBaseType = true)
 
Parameters
| Type | 
Name | 
Description | 
| ITypeSymbol | 
symbol | 
 | 
| String | 
nameSpace | 
 | 
| String | 
typeName | 
 | 
| Boolean | 
checkBaseType | 
 | 
Returns