Наследование: SoundBrick
Пример #1
0
 protected bool TestEquals(SpeakBrick other)
 {
     return string.Equals(_value, other._value);
 }
 protected bool TestEquals(SpeakBrick other)
 {
     return(string.Equals(_value, other._value));
 }