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)
910return obj is ExceptionHandler && Equals((ExceptionHandler)obj); 925public static bool operator ==(ExceptionHandler left, ExceptionHandler right) => left.Equals(right); 927public static bool operator !=(ExceptionHandler left, ExceptionHandler right) => !left.Equals(right);