Equals (Strict)
Checks if the values are strictly equal (same value and same type).
Compare two values by both their content and their data type. For example, the integer 1 and
the string “1” will return false.
Checks if the values are strictly equal (same value and same type).