[Mono-devel-list] [PATCH] Check for assembly attributes

Carlos Alberto Cortez calberto.cortez at gmail.com
Thu Aug 4 18:24:06 EDT 2005


Right, that's true, since we need to support an insensitive case
comparison. Just corrected that.

Carlos.

El jue, 04-08-2005 a las 18:23 -0400, Ben Maurer escribió:
> 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
> 




More information about the Mono-devel-list mailing list