isEquivalentProps

open override fun isEquivalentProps(other: Component?, shouldCompareCommonProps: Boolean): Boolean

Determine if this component has equivalent props to a given component. This method does not compare common props.

Return

true if the components have equivalent props

Parameters

other

the component to compare to