checkEqualityOf

abstract fun checkEqualityOf(left: RegistryKey<*>, right: RegistryKey<*>): Boolean(source)

Checks equality between the left and the right keys.

This equality is used by Registry to decide how the keys are stored and what value to retrieve by the key.