android-components / mozilla.components.concept.awesomebar / AwesomeBar / Suggestion / areContentsTheSame

areContentsTheSame

fun areContentsTheSame(other: Suggestion): Boolean (source)

Returns true if the content of the two suggestions is the same.

This is used by AwesomeBar implementations to decide whether an updated suggestion (same id) needs its view to be updated in order to display new data.