The logical if and only if operator, or iff for short, returns true if both A and B are false or if both A and B are true. It represents the logical biconditional.
F | 
          F | 
          T | 
      
F | 
          T | 
          F | 
      
T | 
          F | 
          F | 
      
T | 
          T | 
          T |