Equivalent to the is
operator in C#. Gets a value indicating whether the current type is assignable to another given type,
given as an IType.
Declaration
public static bool Is(this IType left, IType right, ConversionKind kind = ConversionKind.Default, TypeComparison typeComparison = TypeComparison.Default)
Parameters
Returns
Equivalent to the is
operator in C#. Gets a value indicating whether the current type is assignable to another given type,
given as a reflection Type.
Declaration
public static bool Is(this IType left, Type right, ConversionKind kind = ConversionKind.Default, TypeComparison typeComparison = TypeComparison.Default)
Parameters
Returns
Equivalent to the is
operator in C#. Gets a value indicating whether the current type is assignable to another given type,
given as a reflection Type.
Declaration
public static bool Is(this IType left, SpecialType right, ConversionKind kind = ConversionKind.Default)
Parameters
Returns