Given two strings `s` and `t`, return true if `t` is an anagram of `s` (uses exactly the same characters with the same counts), and false otherwise.