DevForce Help Reference
IsCompatibleWith Method


Determines whether the source type is compatible with the given target type.
Syntax
'Declaration
 
Public Shared Function IsCompatibleWith( _
   ByVal source As Type, _
   ByVal target As Type _
) As Boolean
'Usage
 
Dim source As Type
Dim target As Type
Dim value As Boolean
 
value = TypeFns.IsCompatibleWith(source, target)
public static bool IsCompatibleWith( 
   Type source,
   Type target
)

Parameters

source
target
Requirements

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

See Also

Reference

TypeFns Class
TypeFns Members

Send Feedback