Z
Zeng
I looked at the watch window in the debugger CurrentThread.Name shows "" as
its value. Documentation shows that == operator of a string would test for
value. So does anyone know why this test evaluated to false? Thanks!
( "" == System.Threading.Thread.CurrentThread.Name )
its value. Documentation shows that == operator of a string would test for
value. So does anyone know why this test evaluated to false? Thanks!
( "" == System.Threading.Thread.CurrentThread.Name )