true
or
false
, which are, collectively, the boolean
values.
==
, !=
. >
,
<
, >=
, and <=
.
instanceof
and equals
for instance-to-class membership and instance equality.
true
into false
, or vice versa,
then use the unary !
operator.