AlphaTab.Test.Audio.FlatMidiEventGenerator.TimeSignatureEvent.Equals C# (CSharp) Метод

Equals() защищенный Метод

protected Equals ( TimeSignatureEvent other ) : bool
other TimeSignatureEvent
Результат bool
            protected bool Equals(TimeSignatureEvent other)
            {
                return base.Equals(other) && Numerator == other.Numerator && Denominator == other.Denominator;
            }

Same methods

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