Add RuntimeHelpers.Equals
authorDan Moseley <danmose@microsoft.com>
Thu, 17 Nov 2016 04:21:12 +0000 (20:21 -0800)
committerGitHub <noreply@github.com>
Thu, 17 Nov 2016 04:21:12 +0000 (20:21 -0800)
commit3efdaf15f135176ba4e839f67d81e3c9790e88f1
tree6cbcd02620ec740a319a280a34269eeb03b839f5
parentdb50ad26ebae2741375d68c2611a5a6f31bec323
parentc4cc1727de4ae34f0de116b0e218efab8d5580a8
Add RuntimeHelpers.Equals

Fix dotnet/corefxdotnet/coreclr#13692

We added this to the ref in 19fa781 but it was not present in the impl. The tools didn't flag this perhaps because Equals is available on Object, although since this is a new it really ought to know it wasn't referring to the Object one.

Commit migrated from https://github.com/dotnet/coreclr/commit/24ff0527361b6aa5026e6b7f8d4a189d3f595c65