Operators

isn't precisely an element in

Supported By

Syntax

expression isn't precisely an element in list

Description

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.

Note

For a looser definition of equality (as specified for the = operator as opposed to the === operator), see is not an element of.

Synonyms

is not precisely an element in, is not precisely an element of, isn't precisely an element of

See Also

is an element of, is precisely an element of, is not an element of