Inheritance: SoundBrick
 protected bool TestEquals(SpeakBrick other)
 {
     return string.Equals(_value, other._value);
 }
 protected bool TestEquals(SpeakBrick other)
 {
     return(string.Equals(_value, other._value));
 }