isEquivalentTo

Assert that given {@Link Component} is equivalent to the provided one. This is the same check that will decide if we should skip rerendering of the component again.


open fun isEquivalentTo(@Nullable other: Component, shouldCompareCommonProps: Boolean): LithoAssertions.LithoComponentAssert

Assert that given {@Link Component} is the same as the provided one including its props. This is the same check that will decide if we should skip remeasuring (if the default should update is not overridden) of the component again.