haplokuon / netDxf

.net dxf Reader-Writer
MIT License
981 stars 400 forks source link

Dictionary usages of OrdinalIgnoreCase #401

Open NicolaiAtlant3D opened 2 years ago

NicolaiAtlant3D commented 2 years ago

Hi,

I was wondering why OrdinalIgnoreCase is used for the Dictionaries containing string as key, thereby not making the library possible to distinguish between layers in a DXF named e.g. Test or tesT?

haplokuon commented 2 years ago

Because all table object names are case insensitive.