AlphaTab.Test.Audio.FlatMidiEventGenerator.MidiEvent.Equals C# (CSharp) 메소드

Equals() 보호된 메소드

protected Equals ( MidiEvent other ) : bool
other MidiEvent
리턴 bool
            protected bool Equals(MidiEvent other)
            {
                return Tick == other.Tick;
            }

Same methods

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