523,033 views
6 votes
6 votes
What is the function of this logical comparator! =?

User NerdStarGamer
by
3.1k points

1 Answer

19 votes
19 votes

Answer:

See explanation

Step-by-step explanation:

!= means not equal

The given operator is not a logical operator but rather a comparison operator.

It compares two expressions, values or variables and returns true if the items being compared are not equal.

User Ngoldbaum
by
2.6k points