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

Equals() protected method

protected Equals ( ProgramChangeEvent other ) : bool
other ProgramChangeEvent
return bool
            protected bool Equals(ProgramChangeEvent other)
            {
                return base.Equals(other) && Program == other.Program;
            }

Same methods

FlatMidiEventGenerator.ProgramChangeEvent::Equals ( object obj ) : bool
FlatMidiEventGenerator.ProgramChangeEvent