T
Tee
Hi,
In VB, we have something called "not" ...
MessageBox.Show(not object.Visible) will return true if it's false and vice
versa.
is there any way we can do the same in c# ?
I tried to use !, but it doesn't work ...
Anyone can help?
Thanks,
Tee
In VB, we have something called "not" ...
MessageBox.Show(not object.Visible) will return true if it's false and vice
versa.
is there any way we can do the same in c# ?
I tried to use !, but it doesn't work ...
Anyone can help?
Thanks,
Tee