Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public int CompareTo(
	Int128 other
)
Visual Basic
Public Function CompareTo ( 
	other As Int128
) As Integer
Visual C++
public:
virtual int CompareTo(
	Int128 other
) sealed
F#
abstract CompareTo : 
        other : Int128 -> int 
override CompareTo : 
        other : Int128 -> int 

Parameters

other
Type: MonoSoftware.Core..::..Int128

Return Value

Type: Int32

Implements

IComparable<(Of <(<'T>)>)>..::..CompareTo(T)

See Also