| 
 
 bcompareNE
  | 
 The bcompareNE is a fast comparison function that assume that its operands are Boolean values.  
           The resulting value is a Boolean value of true or false. The operands are not checked and are not coerced.  
          Usage  Use the bcompareNE function when you wish to compare two Booleans and determine 
          if {bool1} is not equal to   {bool2} and you wish the result to be expressed as a Boolean value (true or false).  
         These functions only operate on Boolean operands. For a more general, but slower, 
         comparison, use the compareEQ, compareNE, compareGT, compareGE, compareLT, and compareLE 
         which performs type checking and type conversions.
        
 Returns true if the both Booleans are not equal and false is both Booleans are not equal.
	    
Expression: 
Arguments 
                                           Name 
                                           Type 
                                           Description Argument: bool1 Boolean 
 The first Boolean to be compared  Argument: bool2 Boolean 
The second Boolean to be compared 
Returns: 
 
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
| Boolean | 
Here are also a number of links to functions having arguments with any of these data types.
 
 | 
Analytic Information Server (AIS)AIS Component Systems 
  |