Appccelerate.StateMachine.When_using_custom_classes_for_states_and_events.MyEvent.GetHashCode C# (CSharp) Method

GetHashCode() public method

public GetHashCode ( ) : int
return int
            public override int GetHashCode()
            {
                return this.Identifier;
            }
When_using_custom_classes_for_states_and_events.MyEvent