State..::..Compare Method
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
Namespace:
robotManager.FiniteStateMachineAssembly: robotManager (in robotManager.dll)
Syntax
Parameters
- x
- Type: robotManager.FiniteStateMachine..::..State
The first object to compare.
- y
- Type: robotManager.FiniteStateMachine..::..State
The second object to compare.