!= - Is not equal to
== - Is equal to
>
- greater than
<
- less than
>=
- greater than or equal to
<=
- less than or equal to
is
- test if objects are the exact same object
is not = test if objects are not the exact same object
Parameter | Details |
---|---|
x | First item to be compared |
y | Second item to be compared |