Computes the logical negation of the logical exclusive or (XOR) of the inputs. Both inputs must be Boolean or numeric values. If both inputs are TRUE or both inputs are FALSE, the function returns TRUE. Otherwise, it returns FALSE.
![]() | Note This function performs bit-wise operations on numeric inputs. |
The connector pane displays the default data types for this polymorphic function.

Refer to the And VI in the labview\examples\general\functions\Boolean directory for an example of using the Not Exclusive Or function.