protected boolean startInlineBox(final InlineRenderBox box)
{
if (box instanceof RenderableTextBox)
{
final RenderableTextBox textBox = (RenderableTextBox) box;
final ResolvedToken resolvedToken = textBox.getResolvedToken();
final String resolvedText = resolveToken(resolvedToken);
if (ObjectUtilities.equal(textBox.getResolvedText(), resolvedText))
{
return false;
}