<@U0B8UEMV1> If ApiTokens is a data class which co...
# arrow
d
@pakoito If ApiTokens is a data class which contains String members I think equals will use the hashCode of the Strings, which will be the same if they have the same contents. Is that wrong?