Share via


TypeExtensions.IsA Method (Type, Type)

 

Applies To: Dynamics CRM 2015

Determines if the input reference type is assignable from this type.

Namespace:   Microsoft.Xrm.Client
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public static bool IsA(
    this Type type,
    Type referenceType
)
public:
[ExtensionAttribute]
static bool IsA(
    Type^ type,
    Type^ referenceType
)
static member IsA : 
        type:Type *
        referenceType:Type -> bool
<ExtensionAttribute>
Public Shared Function IsA (
    type As Type,
    referenceType As Type
) As Boolean

Parameters

Return Value

Type: System.Boolean

Type: Boolean
.

See Also

IsA Overload
TypeExtensions Class
Microsoft.Xrm.Client Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright