XText.XParagraph.Equals C# (CSharp) Méthode

Equals() protected méthode

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

Same methods

XParagraph::Equals ( object obj ) : bool