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

Equals() protected method

protected Equals ( NoteEvent other ) : bool
other NoteEvent
return bool
            protected bool Equals(NoteEvent other)
            {
                return base.Equals(other) && Length == other.Length && Key == other.Key && DynamicValue == other.DynamicValue;
            }

Same methods

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