Language

Configuration.CompareTo(Configuration) Method

Definition

[Android.Runtime.Register("compareTo", "(Landroid/content/res/Configuration;)I", "")]
public int CompareTo(Android.Content.Res.Configuration? that);
[<Android.Runtime.Register("compareTo", "(Landroid/content/res/Configuration;)I", "")>]
member this.CompareTo : Android.Content.Res.Configuration -> int

Parameters

that
Configuration

The configuration to compare with this instance.

Returns

A negative integer, zero, or a positive integer as this configuration is less than, equal to, or greater than the specified configuration.

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