Visual Basic  Glossary

 
Xor This is the logical operator such that when one and only one of the conditional expressions is True, then the result is True. If both are True or both are false, then the result is false.

Example:   Color="Red" Xor Shape="Round"   False(both conditions are true

   
   
   
   

 

 

 

  [Back to VB Glossary]