2 references to Equals
System.Private.CoreLib (2)
src\System\RuntimeHandles.cs (2)
1023
public static bool operator ==(RuntimeMethodHandle left, RuntimeMethodHandle right) => left.
Equals
(right);
1025
public static bool operator !=(RuntimeMethodHandle left, RuntimeMethodHandle right) => !left.
Equals
(right);