[Mono-bugs] [Bug 49823][Nor] Changed - CS0019 detected for comparable instances

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 19 Oct 2003 16:11: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=49823

--- shadow/49823	2003-10-18 09:17:10.000000000 -0400
+++ shadow/49823.tmp.22704	2003-10-19 16:11:36.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 49823
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rodolfocampero@hotmail.com               
 QAContact: mono-bugs@ximian.com
@@ -47,6 +47,13 @@
 
 Expected Results:
 Compilation successful.
 
 How often does this happen? 
 Always.
+
+------- Additional Comments From miguel@ximian.com  2003-10-19 16:11 -------
+This is a bug on the Microsoft C# compiler, according ot section
+14.9.6 "Reference type equality operators" there must be a standard
+implicit conversion from either type for this to succeed.
+
+