Is there any way to assert equality between two in...
# javascript
q
Is there any way to assert equality between two instances of type
Record<K, V>
?
t
Do you need Kotlin equality checks for values?
q
I would like to assert that the two records contain the same keys and the value of each key is the same
t
> value of each key is the same > According Kotlin equality rules?
q
yes
the check is happening in kotlin code