| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As TypeTable Dim subTypeId As ExpandedNodeId Dim superTypeId As ExpandedNodeId Dim value As Boolean value = instance.IsTypeOf(subTypeId, superTypeId) | |
| C# | |
|---|---|
| public bool IsTypeOf( ExpandedNodeId subTypeId, ExpandedNodeId superTypeId ) | |
Parameters
- subTypeId
- superTypeId
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    