what is not equal symbol in C# ? I've tried <> , <=> , and many but no luck !?
Printable View
what is not equal symbol in C# ? I've tried <> , <=> , and many but no luck !?
never mind I got it !
for people who might find this thread on a search, the sign is !=
unpredictable sign (!=).It shouldn't be this operator .btw is C\C++ using the same ??
Yes:D
Given that the logical NOT operator is ! and the equality operator is == != is an obvious choice.