Base:
method
Equals
System.Delegate.Equals(System.Object)
7 references to Equals
mscorlib (5)
system\multicastdelegate.cs (5)
134
return
Equals
(d._invocationList);
168
return
Equals
(d._invocationList);
402
if (this.
Equals
(value))
492
return d1.
Equals
(d2);
500
return !d1.
Equals
(d2);
System.Drawing (1)
commonui\System\Drawing\ImageAnimator.cs (1)
307
if((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))