No you could use:
if (a_ItemType == E_ITEM_BOOK
|| ItemCategory->IsTool(a_ItemType)
|| ItemCategory->IsArmor(a_ItemType))
{
// Do stuff
}


