arePreferenceContentsTheSame
abstract fun arePreferenceContentsTheSame(@NonNull p1: Preference, @NonNull p2: Preference): Boolean(source)
Called to determine if two Preference objects will display the same data
Return
true
if the objects are visually identical
Parameters
p1
Preference object to compare
p2
Preference object to compare