Exemplo n.º 1
0
 protected bool TestEquals(PlayNxtToneBrick other)
 {
     return TestEquals(_frequency, other._frequency) && TestEquals(_duration, other._duration);
 }
Exemplo n.º 2
0
 protected bool TestEquals(PlayNxtToneBrick other)
 {
     return(TestEquals(_frequency, other._frequency) && TestEquals(_duration, other._duration));
 }