in ui-components/src/commonMain/kotlin/org/jetbrains/kotlinconf/ui/theme/Ripple.kt [34:38]
override fun equals(other: Any?): Boolean {
if (this === other) return true
if (other == null || this::class != other::class) return false
return true
}