Uri.CompareTo(Uri) Method

Definition

Compares the string representation of this Uri with that of another.

[Android.Runtime.Register("compareTo", "(Landroid/net/Uri;)I", "GetCompareTo_Landroid_net_Uri_Handler")]
public virtual int CompareTo (Android.Net.Uri? other);
[<Android.Runtime.Register("compareTo", "(Landroid/net/Uri;)I", "GetCompareTo_Landroid_net_Uri_Handler")>]
abstract member CompareTo : Android.Net.Uri -> int
override this.CompareTo : Android.Net.Uri -> int

Parameters

other
Uri

Returns

Attributes

Remarks

Compares the string representation of this Uri with that of another.

Java documentation for android.net.Uri.compareTo(android.net.Uri).

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