Operators

isn't exactly

Supported By

Syntax

expression isn't exactly expression

Description

The isn't exactly operator evaluates to false if the given values have the same type and are identical. Otherwise, it evaluates to true.

Note

String comparison with the isn't exactly operator is case-sensitive. For case-insensitive comparison, use the != or ne operator.

Synonyms

is not exactly, !==, ≠≠≠

See Also

!=, equal