https://bugzilla.novell.com/show_bug.cgi?id=367670
Summary: Type.Equals() returns true when comparing vector and
non-vector array
Product: Mono: Class Libraries
Version: 1.9.0
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: CORLIB
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: ---
The following program prints "True" on Mono and "False" on .NET:
using System;
public class Program
{
static void Main()
{
Console.WriteLine(typeof(string[]).Equals(Type.GetType("System.String[*]")));
}
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs