A stricter comparison assertion then equal.
Similar to equal(), but passes only when arguments have the same type.
Passes if
actual === expected.Arguments:
| actual | Object | |
|---|---|---|
| The actual result | ||
| expected | Object | |
| The expected result | ||
| message (Optional) | String | |
| A message to display with the assertion result | ||
