BCGSoft.Shared Namespace > GlobalUtils Class > IsInstanceOfType Method : IsInstanceOfType(Object,String) Method |
The object to compare with the specified Type.
'Declaration Public Overloads Shared Function IsInstanceOfType( _ ByVal obj As Object, _ ByVal typeName As String _ ) As Boolean
'Usage Dim obj As Object Dim typeName As String Dim value As Boolean value = GlobalUtils.IsInstanceOfType(obj, typeName)
The object to compare with the specified Type.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2