Computer Hope

Other Pages

Home
Site map
Computer help

Dictionary
News
Q&A
What's new

Tools

E-mail this page
Print Preview
Edit this page



 

Ne

Short for not equal, ne is an operator used in programming languages and in command line commands as an abbreviation for not equal to. For example, in programming languages such as Perl, you could type something similar to the below example.

if ($variable1 ne $variable2) { print "They are not the same"; }

In the above example, if contents in $variable1 are not the same as $variable2 then the program would print "They are not the same".

Also see: Eq, Equal, Programming definitions

 

Index

Category:
Dictionary

Related Pages:
N - Definitions

Resolved

Were you able to locate the answer to your questions?

Home - Computer help - Contact - Dictionary - Links
Link to Computer Hope - Bookmark Computer Hope