Status: IN
`len(set(Counter(s).values())) == 1` is the canonical Python idiom for "all character frequencies are equal" and is used across multiple solutions in this repo for uniformity checks.
Source: entries/2026/06/06/check-if-all-characters-have-equal-number-of-occurrences-solution.md