In my application, some text the user typed in a .txt file is compared with file names and running process names on the users computer.
Should I use Current Culture comparison for such, or is Ordinal comparison fine.
If it matters at all, I'm using c#