Compare this State with the specified.
Used at PriorityQueue.
Namespace: Tsp.BBAssembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public int CompareTo( State otherState ) |
Visual Basic |
---|
Public Function CompareTo ( _ otherState As State _ ) As Integer |
Visual C++ |
---|
public: virtual int CompareTo( State^ otherState ) sealed |
Parameters
- otherState
- Type: Tsp.BB..::..State
The state to be compared with.
Return Value
[Missing <returns> documentation for "M:Tsp.BB.State.CompareTo(Tsp.BB.State)"]