| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As ITypeTable Dim subTypeId As ExpandedNodeId Dim superTypeId As ExpandedNodeId Dim value As Boolean value = instance.IsTypeOf(subTypeId, superTypeId)  | |
| C# | |
|---|---|
bool IsTypeOf( ExpandedNodeId subTypeId, ExpandedNodeId superTypeId )  | |
Parameters
- subTypeId
 - The subtype identifier.
 - superTypeId
 - The supertype identifier.
 
Return Value
true if superTypeId is supertype of subTypeId; otherwise, false.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x