protected bool TestEquals(PlaySoundBrick other) { return TestEquals(_value, other._value); }
protected bool TestEquals(PlaySoundBrick other) { return(TestEquals(_value, other._value)); }