public void AddChild(XBlock child) { children.Add(child); }
protected bool Equals(XBlock other) { return(BlockStyle == other.BlockStyle); }
protected bool Equals(XBlock other) { return BlockStyle == other.BlockStyle; }