Implemented interface member:
method
Equals
System.IEquatable<T>.Equals(T)
3 references to Equals
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (3)
872return obj is ExceptionHandler && Equals((ExceptionHandler)obj); 887public static bool operator ==(ExceptionHandler left, ExceptionHandler right) => left.Equals(right); 889public static bool operator !=(ExceptionHandler left, ExceptionHandler right) => !left.Equals(right);