XText.XSection.Equals C# (CSharp) Method

Equals() protected method

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

Same methods

XSection::Equals ( object obj ) : bool