[Mono-bugs] [Bug 77277][Nor] Changed - [PATCH] List<T>.Contains
does not do the right thing in Mono
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Mar 5 11:16:04 EST 2006
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 kazuki at panicode.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77277
--- shadow/77277 2006-03-05 11:11:55.000000000 -0500
+++ shadow/77277.tmp.1871 2006-03-05 11:16:04.000000000 -0500
@@ -11,13 +11,13 @@
AssignedTo: martin at ximian.com
ReportedBy: psingh at fnfr.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: List<T>.Contains does not do the right thing in Mono
+Summary: [PATCH] List<T>.Contains does not do the right thing in Mono
The bug is in Mono 1.1.13 on RedHatEnterprise 3.2 and Fedora
On Windows .Net runtime 2.0, List<T>.Contains returns true even if the
object passed to it is a different instance than one in the list if T is
IEquatable and the objects are equal if IEquatable interface is checked on
More information about the mono-bugs
mailing list