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( Object obj ) |
Visual Basic |
---|
Public Function CompareTo ( _ obj As Object _ ) As Integer |
Visual C++ |
---|
public: virtual int CompareTo( Object^ obj ) sealed |
Parameters
- obj
- Type: System..::..Object
An object to compare with this instance.