There are two strings which have the same meaning in the Russian Language:
- "СРЕДСТВО ДЛЯ МЫТЫЯ СТЁКОЛ"
- "СРЕДСТВО ДЛЯ МЫТЫЯ СТЕКОЛ"
MS SQL
The first string is stored in the database. I can make where condition either with first string or second string but I am getting the record which is stored in the database.
.Net
I want the same result in .Net too but not succeed yet.
- I have taken two string variables and directly compare with "==" with each other which gave me "false" result
- Checked with String.Equal with StringComparison parameter and result is "false" only
Any help is appreciated. Thanks!!