C# Class Appccelerate.StateMachine.When_using_custom_classes_for_states_and_events.MyState

Inheritance: IComparable
Show file Open project: appccelerate/appccelerate

Public Methods

Method Description
CompareTo ( object obj ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
MyState ( string name ) : System

Protected Methods

Method Description
Equals ( MyState other ) : bool

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

Equals() protected method

protected Equals ( MyState other ) : bool
other MyState
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MyState() public method

public MyState ( string name ) : System
name string
return System