protected bool TestEquals(CommentBrick other) { return(string.Equals(_value, other._value)); }
protected bool TestEquals(CommentBrick other) { return string.Equals(_value, other._value); }