Computes 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 FALSE. Otherwise, it returns TRUE.
The connector pane displays the default data types for this polymorphic function.
![]() | Note This function performs bit-wise operations on numeric inputs. |

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