Java.IO.File.CompareTo Method
Returns the relative sort ordering of the paths for this file and the file another.

Syntax

[Android.Runtime.Register("compareTo", "(Ljava/io/File;)I", "GetCompareTo_Ljava_io_File_Handler")]
public virtual int CompareTo (File another)

See Also

Java.Lang.IComparable

Parameters

another
a file to compare this file to

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the relative sort ordering of the paths for this file and the file another. The ordering is platform dependent.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1