[Mono-dev] [Patch] AssemblyName ctor
Carlos Alberto Cortez
calberto.cortez at gmail.com
Fri Aug 19 18:34:05 EDT 2005
Hello again,
comments below:
> + if (String.Compare (parts [i], 0, "Version=", 0, 8, true,
> CultureInfo.InvariantCulture) == 0)
> This is most likely incorrect and needs to use an ordinal comparison, no
> InvariantCulture (used more than one time)
I'm not sure that's correct. I tested in .Net and we requiere
insensitive comparison, not ordinal ones (as far I understood). So I
think I'll keep it this way.
Carlos.
More information about the Mono-devel-list
mailing list