XText.XBlock.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( XBlock other ) : bool
other XBlock
return bool
        protected bool Equals(XBlock other)
        {
            return BlockStyle == other.BlockStyle;
        }

Same methods

XBlock::Equals ( object obj ) : bool