difference between Var != Var2 and Var = !Var2

So whats the difference?
2 Replies
TheStudier
TheStudierOP2mo ago
dank you
Gilhad
Gilhad2mo ago
The first reads: Var is_not_equal_to Var2 The second reads: Var will_be_assigned_to_value_of negation_of Var2

Did you find this page helpful?