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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75386 --- shadow/75386 2005-06-27 03:09:10.000000000 -0400 +++ shadow/75386.tmp.14137 2005-06-27 03:09:10.000000000 -0400 @@ -0,0 +1,39 @@ +Bug#: 75386 +Product: Mono: Runtime +Version: 1.1 +OS: All +OS Details: bug can be seen under Mandrake 10.1 and Windows 2003 +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: can't compare object containing an int64 value in VB.NET + +Description of Problem: +Can't compare object variables containing an int64 value in VB.NET + +Steps to reproduce the problem: + +1. Compile a console application using Microsoft Visual Basic.NET compiler +with the following: + +Dim obj As Object = Int64.Parse(1) +Console.WriteLine(obj > 0) + +2. run the application with mono 1.1.8 on Windows or Linux + +Actual Results: +False + +Expected Results: +True + +How often does this happen? +every time _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
