The identity operator applies strict comparison on the operands, without doing a type conversion.
The identity operator applies strict comparison on the operands, without doing a type conversion. This means that 'true' will be returned only if the operands are equal in value and type.
See also: equality-operator