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

Equals() protected method

protected Equals ( ChannelMidiEvent other ) : bool
other ChannelMidiEvent
return bool
            protected bool Equals(ChannelMidiEvent other)
            {
                return base.Equals(other) && Channel == other.Channel;
            }

Same methods

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