Atom.CompareTo Method
Compares this Atom with another Atom.
Thread safety: This method is thread-safe.
CompareTo(Atom obj)
Compares this Atom with another Atom.Syntax
public System.Int32 CompareTo (
Atom obj
)
Parameters
obj
Type: Atom
The object to compare the current Atom with.
The object to compare the current Atom with.
Return Value
Type: System.Int32
A value less than zero if this instance precedes obj, zero if this instance is equal to obj or a value greater than zero if this instance follows obj.
A value less than zero if this instance precedes obj, zero if this instance is equal to obj or a value greater than zero if this instance follows obj.
Platforms
Windows, Linux, Android