Uri.CompareTo(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.