Is(IType, IType, ConversionKind)
Declaration
[Obsolete("This method has been renamed IsConvertibleTo.")]
bool Is(IType left, IType right, ConversionKind kind = ConversionKind.Default)Parameters
| Type | Name | Description |
|---|---|---|
| IType | left | |
| IType | right | |
| ConversionKind | kind |
Returns
| Type | Description |
|---|---|
| bool |
Is(IType, Type, ConversionKind)
Declaration
[Obsolete("This method has been renamed IsConvertibleTo.")]
bool Is(IType left, Type right, ConversionKind kind = ConversionKind.Default)Parameters
| Type | Name | Description |
|---|---|---|
| IType | left | |
| Type | right | |
| ConversionKind | kind |
Returns
| Type | Description |
|---|---|
| bool |