XText.XParagraph.Equals C# (CSharp) 메소드

Equals() 보호된 메소드

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

Same methods

XParagraph::Equals ( object obj ) : bool