https://bugzilla.novell.com/show_bug.cgi?id=385125

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=385125#c4





--- Comment #4 from Marek Safar <[EMAIL PROTECTED]>  2008-05-01 04:05:31 MST ---
I can reproduce the issue now.

However, the issue is not delegate comparison but caching. csc caches anonymous
methods and we do not (yet), therefore when you access DoSomethingEventHandler
you get cached instance and not new delegate instance.

AFAIK, this behavior is not required by C# standard.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to