Operators

is not precisely an element of

Supported By

Syntax

expression is not precisely an element of list

Description

The is not precisely an element of 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, isn't precisely an element in, isn't precisely an element of

See Also

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