C# Class Appccelerate.StateMachine.When_using_custom_classes_for_states_and_events.MyEvent

Inheritance: IComparable
Show file Open project: appccelerate/appccelerate

Public Methods

Method Description
CompareTo ( object obj ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
MyEvent ( int identifier ) : System

Protected Methods

Method Description
Equals ( MyEvent other ) : bool

Method Details

CompareTo() public method

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

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

MyEvent() public method

public MyEvent ( int identifier ) : System
identifier int
return System