Does not equal (Loose)
Checks if the values are not loosely equal. For example, 12 and ‘12’ are considered equal.
Check whether two values are different based on their content, ignoring data types. For example,
the integer 1 and the string “2” will return true.