Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
What does != mean
What does != mean
01-31-2007, 10:09 AM
#1
HyperActive
So, when used to state something in JASS what does
!=
mean?
01-31-2007, 10:17 AM
#2
Pheonix-IV
'Does not equal'
01-31-2007, 11:08 AM
#3
zen87
3 != 2
returns true
1 != 1
returns false
:)
01-31-2007, 01:55 PM
#4
blu_da_noob
Just to make sure those are clear. It means 'not equal to'. So, if the two things you are comparing are exactly the same, it returns false, otherwise it returns true. (Exact opposite of ==)
01-31-2007, 08:46 PM
#5
HyperActive
Gracias!
02-01-2007, 06:09 AM
#6
Pheonix-IV
Did != means 'Does not Equal' really need clarifacation?
02-01-2007, 12:46 PM
#7
Vexorian
I think keeping this thread open is unnecessary