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