Participant
1203 Points
1896 Posts
Jan 07, 2004 04:39 AM|pickyh3d|LINK
CaseInsensitiveComparer MyClass = new CaseInsensitiveComparer(); return MyClass.Compare(y,x);
Participant
1203 Points
1896 Posts
Re: working with interfaces
Jan 07, 2004 04:39 AM|pickyh3d|LINK
CaseInsensitiveComparer MyClass = new CaseInsensitiveComparer(); return MyClass.Compare(y,x);
It's the same thing, but more work to get it done (personally, I prefer the other way).