-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Processing dotnet/runtime#110377 (comment) command:
Command
-windows_intel
using System;
using System.Runtime.InteropServices;
using BenchmarkDotNet.Attributes;
public class Bench
{
[Benchmark]
public bool IsEquivalentTo() => typeof(A.IFoo).IsEquivalentTo(typeof(B.IFoo));
}
namespace A
{
[TypeIdentifier]
[ComImport]
[Guid("8eabdc2b-1689-459d-9726-8b2454aadef5")]
public interface IFoo
{
}
}
namespace B
{
[TypeIdentifier]
[ComImport]
[Guid("8eabdc2b-1689-459d-9726-8b2454aadef5")]
public interface IFoo
{
}
}
(EgorBot will reply in this issue)
Metadata
Metadata
Assignees
Labels
No labels