Method ContentEquals
ContentEquals(CharacterFormat?)
Determines whether another bag specifies exactly the same values. Unknown-XML islands are ignored: two bags that resolve identically compare equal. Used by the style resolver's memoization and by future compare/merge features.
public bool ContentEquals(CharacterFormat? other)
Parameters
otherCharacterFormatThe bag to compare with; null compares unequal.