C# Dictionary of arrays

Posted by Betamoo on Stack Overflow See other posts from Stack Overflow or by Betamoo
Published on 2010-05-25T20:28:11Z Indexed on 2010/05/25 20:31 UTC
Read the original article Hit count: 199

Filed under:
|

Can I use C# Dictionary on classes like arrays??

Dictionary<double[],double[]>

I am afraid that it will not be able to tell when arrays are equal...

© Stack Overflow or respective owner

Related posts about c#

Related posts about dictionary