Compares the current instance with another object of the same type.

Namespace: SharpAssembler.Core
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

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

Parameters

other
Type: SharpAssembler.Core..::..Int128
An object to compare with this instance.

Return Value

A value that indicates the relative order of the objects being compared.

Implements

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

See Also