[Mono-bugs] [Bug 41524][Nor] Changed - Delegate equal operator
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 18 Apr 2003 09:59:36 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=41524
--- shadow/41524 Fri Apr 18 03:55:57 2003
+++ shadow/41524.tmp.12031 Fri Apr 18 09:59:36 2003
@@ -1,14 +1,14 @@
Bug#: 41524
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: juancri@tagnet.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -43,6 +43,9 @@
=======================
- }
+ } else if ((object) b == null)
+ return false;
=======================
+
+------- Additional Comments From miguel@ximian.com 2003-04-18 09:59 -------
+Thannks for the fix. Commited to CVS.