Properly override IsEquivalentTo() API in RuntimeType (#23137)
authorAaron Robinson <arobins@microsoft.com>
Sat, 9 Mar 2019 01:36:37 +0000 (17:36 -0800)
committerGitHub <noreply@github.com>
Sat, 9 Mar 2019 01:36:37 +0000 (17:36 -0800)
commitc194074a82ee35f31b1e55233b43256713b26467
tree3a619035253d8ebfba896210adc5f1c030d3abef
parentee56e5874db8780c99d2d93169aacf477f7b73f1
Properly override IsEquivalentTo() API in RuntimeType (#23137)

* Properly override IsEquivalentTo() API in RuntimeType
* Add tests for API validation
src/System.Private.CoreLib/src/System/RtType.cs
src/System.Private.CoreLib/src/System/RuntimeHandles.cs
src/vm/ecalllist.h
src/vm/runtimehandles.cpp
src/vm/runtimehandles.h
tests/src/baseservices/typeequivalence/simple/Simple.cs