int a = 22; int b = 23; if(a != b) { Serial.print("variable a is not equal to variable b"); }
value1 != value2