what do mean for =NOT
You want to e.g. if a variable is not equal to 60? If so
if (a != 60) { ... ... }