Base:
method
Equals
System.Delegate.Equals(System.Object)
6 references to Equals
System.Drawing.Common (1)
System\Drawing\ImageAnimator.cs (1)
354|| (onFrameChangedHandler is not null && onFrameChangedHandler.Equals(imageInfo.FrameChangedHandler)))
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\MulticastDelegate.cs (2)
38return ReferenceEquals(d2, d1) ? true : d2.Equals((object?)d1); 53return ReferenceEquals(d2, d1) ? false : !d2.Equals(d1);
src\System\MulticastDelegate.CoreCLR.cs (3)
81return Equals(d._invocationList); 115return Equals(d._invocationList); 343if (this.Equals(value))