How can I use ngClass map syntax with the && and ! boolean operators?  
<div class="tbTileContent"
    ng-class=  
    "{'highlight': ((obj.Count == 1 &&  
         setActionType != 1 && setActionType != 20 )},[obj.BackgroundColor,obj.ColumnColor]">
Does not work. Is this possible some other way?
 
    