ComponentOne Bitmap for UWP
IsAssignableFrom Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > DXUtil Class : IsAssignableFrom Method
To type.
From type.
Determines whether fromType can be assigned to toType.
Syntax
'Declaration
 
Public Shared Function IsAssignableFrom( _
   ByVal toType As System.Type, _
   ByVal fromType As System.Type _
) As System.Boolean
public static System.bool IsAssignableFrom( 
   System.Type toType,
   System.Type fromType
)

Parameters

toType
To type.
fromType
From type.

Return Value

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

Reference

DXUtil Class
DXUtil Members