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

Equals() protected méthode

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

Same methods

XSection::Equals ( object obj ) : bool