The inequality operator ( != ) checks whether its two operands are not equal, returning a Boolean result . Unlike the strict inequality operator, it attempts to convert and compare operands that are of different types.
The inequality operator ( != ) checks whether its two operands are not equal, returning a Boolean result . Unlike the strict inequality operator, it attempts to convert and compare operands that are of different types.