Table of Contents

Method ContentEquals

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

ContentEquals(ParagraphFormat?)

Determines whether another bag specifies exactly the same values. Unknown-XML islands are ignored. Used by the style resolver's memoization.

public bool ContentEquals(ParagraphFormat? other)

Parameters

other ParagraphFormat

The bag to compare with; null compares unequal.

Returns

bool

true if all specified values match.