XText.XParagraph.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( XParagraph other ) : bool
other XParagraph
return bool
        protected bool Equals(XParagraph other)
        {
            return base.Equals(other) && ListEquals(children, other.children);
        }

Same methods

XParagraph::Equals ( object obj ) : bool