Not Equal Operator (!=) [STRING]

The not equal operator compares its two operands and returns a boolean value:

TRUE (1)
if the first operand is not equal to the second
FALSE (0)
if the first operand is equal to the second