[Mono-bugs] [Bug 60638][Wis] Changed - missing warning comparing string with object

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 14 Feb 2005 06:21:32 -0500 (EST)


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 rharinath@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=60638

--- shadow/60638	2005-02-13 14:39:01.000000000 -0500
+++ shadow/60638.tmp.7566	2005-02-14 06:21:32.000000000 -0500
@@ -60,6 +60,11 @@
 ------- Additional Comments From miguel@ximian.com  2005-02-13 14:39 -------
 It seems that there is already another place where we would have
 to do the method lookup, and we should reuse the logic/code from there
 instead of doing it again.
 
 Ben has a good point about memory use/perf.
+
+------- Additional Comments From rharinath@novell.com  2005-02-14 06:21 -------
+Can't we just do a MemberLookup ("op_Equality")...
+
+