<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />

Microsoft.CSharp.RuntimeBinder.RuntimeBinderExtensions

namespace Microsoft.CSharp.RuntimeBinder { internal static class RuntimeBinderExtensions { public static bool IsEquivalentTo(this Type t1, Type t2); public static bool IsNullableType(this Type type); public static TypeCode GetTypeCode(this Type type); public static bool IsEquivalentTo(this MemberInfo mi1, MemberInfo mi2); public static bool HasSameMetadataDefinitionAs(this MemberInfo mi1, MemberInfo mi2); } }