Which one of the following operator returns false if both values are equal?

Which one of the following operator returns false if both values are equal?

  1. !
  2. !==
  3. !=
  4. All of the above
1 Like

3 option is correct because first and 2nd are incorrect operators

1 Like
  1. != this is right option
1 Like