|
-
Feb 13th, 2003, 12:15 PM
#1
Thread Starter
Sleep mode
not equal symbol !
what is not equal symbol in C# ? I've tried <> , <=> , and many but no luck !?
-
Feb 13th, 2003, 12:29 PM
#2
Thread Starter
Sleep mode
-
Feb 13th, 2003, 12:32 PM
#3
for people who might find this thread on a search, the sign is !=
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Feb 13th, 2003, 12:42 PM
#4
Thread Starter
Sleep mode
unpredictable sign (!=).It shouldn't be this operator .btw is C\C++ using the same ??
-
Feb 13th, 2003, 12:58 PM
#5
Frenzied Member
Yes
Dont gain the world and lose your soul
-
Feb 13th, 2003, 03:21 PM
#6
Given that the logical NOT operator is ! and the equality operator is == != is an obvious choice.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|