Compare this State with the specified.

Namespace: Tsp.BB
Assembly: Tsp (in Tsp.exe) Versión: 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 of type State to be compared with this one.

Return Value

[Missing <returns> documentation for "M:Tsp.BB.State.CompareTo(System.Object)"]

Implements

IComparable..::..CompareTo(Object)

See Also