Language

Configuration.Equals(Configuration) Method

Definition

[Android.Runtime.Register("equals", "(Landroid/content/res/Configuration;)Z", "")]
public bool Equals(Android.Content.Res.Configuration? that);
[<Android.Runtime.Register("equals", "(Landroid/content/res/Configuration;)Z", "")>]
override this.Equals : Android.Content.Res.Configuration -> bool

Parameters

that
Configuration

The configuration to compare with this instance.

Returns

true if the specified configuration has the same values as this instance; otherwise, false.

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