expression isn't
precisely
an
element
in
list
The isn't precisely an element in
operator evaluates to true
if none of the elements of the given list are the same type as and identical to the given expression. Otherwise, it evaluates to false
.
For a looser definition of equality (as specified for the =
operator as opposed to the ===
operator), see is not an element of
.
is not precisely an element in
, is not precisely an element of
, isn't precisely an element of
is an element of
, is precisely an element of
, is not an element of