如何在C#中比较Unicode字符串/字符

问题描述:

如何在C#中比较印地语(Devnagari)Unicode字符串/字符
在"C#代码"窗口,标签和文本框"中,Unicode字符串在运行时和设计时均显示良好.

How to compare Hindi (Devnagari) Unicode String/Character in C#
In C# Code window, Label and Text Box, the Unicode string is showing fine at runtime as well as in Design time.

使用String.Compare().问题出在哪里?
By using String.Compare(). Where''s the problem?