示例#1
0
 public bool Equals(Chord other)
 {
     return(AbsoluteTime == other.AbsoluteTime && Equals(Notes, other.Notes));
 }