The identically equal and not identically equal operators do the same thing as equal and not equal, | |
except that they do not convert operands before testing for equality. | |
The identically equal operator is represented by three equal signs (===) and only returns true if the operands are equal without conversion. | |
|