ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / DXUtil Class / IsAssignableFrom Method
To type.
From type.

In This Topic
    IsAssignableFrom Method
    In This Topic
    Determines whether fromType can be assigned to toType.
    Syntax
    'Declaration
     
    Public Shared Function IsAssignableFrom( _
       ByVal toType As Type, _
       ByVal fromType As Type _
    ) As Boolean
    public static bool IsAssignableFrom( 
       Type toType,
       Type fromType
    )

    Parameters

    toType
    To type.
    fromType
    From type.

    Return Value

    true if [is assignable from] [the specified to type]; otherwise, false.
    See Also