ErlPid CompareTo Method (IErlObject)NFX Class Library

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

Compare this instance to the IErlObject. Negative value means that the value is less than obj, positive - greater than the obj

Namespace: NFX.Erlang
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public int CompareTo(
	IErlObject obj
)

Return Value

Type: OnlineInt32

Implements

OnlineIComparable T  CompareTo(T)
See Also