Java.Nio.LongBuffer.CompareTo Method
Compare the remaining longs of this buffer to another long buffer's remaining longs.

Syntax

[Android.Runtime.Register("compareTo", "(Ljava/nio/LongBuffer;)I", "GetCompareTo_Ljava_nio_LongBuffer_Handler")]
public virtual int CompareTo (LongBuffer otherBuffer)

Parameters

otherBuffer
another long buffer.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.ClassCastExceptionif otherBuffer is not a long buffer.

Remarks

Compare the remaining longs of this buffer to another long buffer's remaining longs.

[Android Documentation]

Requirements

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