XText.XSpan.Equals C# (CSharp) Method

Equals() protected method

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

Same methods

XSpan::Equals ( object obj ) : bool