Inheritance: SoundBrick
示例#1
0
 protected bool TestEquals(SetVolumeBrick other)
 {
     return TestEquals(_percentage, other._percentage);
 }
 protected bool TestEquals(SetVolumeBrick other)
 {
     return(TestEquals(_percentage, other._percentage));
 }