コード例 #1
0
 protected bool Equals(MetronomeEvent other)
 {
     return base.Equals(other) && Length == other.Length;
 }