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

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

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

Same methods

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