Dictionary with Exact Same Keys and Values

Posted by j-t-s on Stack Overflow See other posts from Stack Overflow or by j-t-s
Published on 2010-05-22T18:31:04Z Indexed on 2010/05/22 18:40 UTC
Read the original article Hit count: 91

Filed under:
|
|
|
|

Hi All

I need something like a Dictionary or a SortedList but i keep getting exceptions thrown when it receives two things that are the same... Is there another way around this?

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET