상속: SoundBrick
예제 #1
0
 protected bool TestEquals(SetVolumeBrick other)
 {
     return TestEquals(_percentage, other._percentage);
 }
 protected bool TestEquals(SetVolumeBrick other)
 {
     return(TestEquals(_percentage, other._percentage));
 }