M
Michael C
Hi all,
I'm using a SortedList to store data, and want the keys to be compared in
case insensitive order, so that
mySList["a"]
is the same as
mySList["A"]
I've run across the IComparable interface, but not sure how to implement.
Anyone know where I can find more info and samples?
Thanks,
Michael C., MCDBA
I'm using a SortedList to store data, and want the keys to be compared in
case insensitive order, so that
mySList["a"]
is the same as
mySList["A"]
I've run across the IComparable interface, but not sure how to implement.
Anyone know where I can find more info and samples?
Thanks,
Michael C., MCDBA