On Thu, 2005-08-04 at 17:15 -0500, Carlos Alberto Cortez wrote:
> +                                       if (String.CompareOrdinal
> (values [0], "Version") == 0)
> +                                               version = true;

Weren't these case insensitive in your first version?

If they are, then you can just use String.Equals, otherwise, i think
this call is wrong

-- Ben

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to