Compares the current instance with another object of the same type.
Namespace: SharpAssembler.CoreAssembly: 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.