예제 #1
0
 public void CanCompareEnharmonics(Pitch bottom, Pitch top, bool isEnharmonic)
 {
     Assert.Equal(isEnharmonic, bottom.Enharmonic(top));
 }