[This is preliminary documentation and is subject to change.]
Compare this instance to the IErlObject.
Negative value means that the atom is less than obj, positive - greater than the obj
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public int CompareTo(
IErlObject obj
)
public int CompareTo(
IErlObject obj
)
Public Function CompareTo (
obj As IErlObject
) As Integer
Public Function CompareTo (
obj As IErlObject
) As Integer
public:
virtual int CompareTo(
IErlObject^ obj
) sealed
public:
virtual int CompareTo(
IErlObject^ obj
) sealed
abstract CompareTo :
obj : IErlObject -> int
override CompareTo :
obj : IErlObject -> int
abstract CompareTo :
obj : IErlObject -> int
override CompareTo :
obj : IErlObject -> int
Return Value
Type:
Int32Implements
IComparable T CompareTo(T)