예제 #1
0
 protected bool TestEquals(PlayNxtToneBrick other)
 {
     return TestEquals(_frequency, other._frequency) && TestEquals(_duration, other._duration);
 }
예제 #2
0
 protected bool TestEquals(PlayNxtToneBrick other)
 {
     return(TestEquals(_frequency, other._frequency) && TestEquals(_duration, other._duration));
 }