ErlAtom CompareTo Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodCompareTo(Object)
Compare this instance to the object. Negative value means that the atom is less than obj, positive - greater than the obj
Public methodCompareTo(IErlObject)
Compare this instance to the IErlObject. Negative value means that the atom is less than obj, positive - greater than the obj
Back to Top
See Also