Inheritance: SoundBrick
Esempio n. 1
0
 protected bool TestEquals(PlaySoundBrick other)
 {
     return TestEquals(_value, other._value);
 }
 protected bool TestEquals(PlaySoundBrick other)
 {
     return(TestEquals(_value, other._value));
 }