Configuration.Diff(Configuration) Method

Definition

Return a bit mask of the differences between this Configuration object and the given one.

[Android.Runtime.Register("diff", "(Landroid/content/res/Configuration;)I", "")]
public Android.Content.PM.ConfigChanges Diff (Android.Content.Res.Configuration? delta);
[<Android.Runtime.Register("diff", "(Landroid/content/res/Configuration;)I", "")>]
member this.Diff : Android.Content.Res.Configuration -> Android.Content.PM.ConfigChanges

Parameters

Returns

ConfigChanges
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to