Base:
method
Equals
System.Delegate.Equals(System.Object)
8 references to Equals
Microsoft.AspNetCore.Components (2)
EventCallback.cs (1)
83
&& (Delegate?.
Equals
(other.Delegate) ?? (other.Delegate == null));
EventCallbackOfT.cs (1)
83
&& (Delegate?.
Equals
(other.Delegate) ?? (other.Delegate == null));
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)
38
return ReferenceEquals(d2, d1) || d2.
Equals
(d1);
53
return !ReferenceEquals(d2, d1) && !d2.
Equals
(d1);
src\System\MulticastDelegate.CoreCLR.cs (3)
82
return
Equals
(d._invocationList);
116
return
Equals
(d._invocationList);
344
if (this.
Equals
(value))