AlphaTab.Test.Audio.FlatMidiEventGenerator.ProgramChangeEvent.GetHashCode C# (CSharp) Method

GetHashCode() public method

public GetHashCode ( ) : int
return int
            public override int GetHashCode()
            {
                unchecked
                {
                    return (base.GetHashCode()*397) ^ Program.GetHashCode();
                }
            }
FlatMidiEventGenerator.ProgramChangeEvent