Implemented interface member:
method
Equals
System.IEquatable<T>.Equals(T)
2 references to Equals
System.Private.CoreLib (2)
src\System\RuntimeHandles.cs (2)
1032public static bool operator ==(RuntimeMethodHandle left, RuntimeMethodHandle right) => left.Equals(right); 1034public static bool operator !=(RuntimeMethodHandle left, RuntimeMethodHandle right) => !left.Equals(right);