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

Equals() protected method

protected Equals ( TempoEvent other ) : bool
other TempoEvent
return bool
            protected bool Equals(TempoEvent other)
            {
                return base.Equals(other) && Tempo == other.Tempo;
            }

Same methods

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