Compare two variables to check if they are identical.
The identical operator (===) checks the value and the data type, unlike the equal operator (==) that checks only the value.