ConversionHasBaseType Method
Return a value indicating whether the specified Top Type has the
specified Base Type.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static bool HasBaseType(
Type topType,
Type baseType
)
Public Shared Function HasBaseType (
topType As Type,
baseType As Type
) As Boolean
No code example is currently available or this language may not be supported.
- topType Type
-
The Top Type to regress.
- baseType Type
-
The Base Type to search for.
Boolean
True if the Top Type is inherited from the Base Type. False otherwise.