Base:
method
Equals
System.Delegate.Equals(System.Object)
7 references to Equals
mscorlib (5)
system\multicastdelegate.cs (5)
134return Equals(d._invocationList); 168return Equals(d._invocationList); 402if (this.Equals(value)) 492return d1.Equals(d2); 500return !d1.Equals(d2);
System.Drawing (1)
commonui\System\Drawing\ImageAnimator.cs (1)
307if((onFrameChangedHandler == imageInfo.FrameChangedHandler) || (onFrameChangedHandler != null && onFrameChangedHandler.Equals(imageInfo.FrameChangedHandler))) {
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityExecutorDelegateInfo.cs (1)
245(otherObject.delegateValue != null && otherObject.delegateValue.Equals(this.delegateValue))