Compares two values and returns TRUE only if the values are not equal to each other.
This node can also compare an array or cluster of a data type to a scalar of the same data type and produce an array or cluster of Booleans.
x
First value to compare. x must be either the same type as y or composed of the same type as y.
Data Type Changes on FPGA
When you use this node on the FPGA or simulated FPGA, the data type for this input changes to a signed integer.
This change allows LabVIEW to know the size of the input at compile time.
y
Second value to compare. y must be either the same type as x or composed of the same type as x.
Data Type Changes on FPGA
When you use this node on the FPGA or simulated FPGA, the data type for this input changes to a signed integer.
This change allows LabVIEW to know the size of the input at compile time.
x != y?
Boolean result of the operation.
When you compare two arrays, x != y? is a scalar in Compare Aggregates mode and a Boolean array in Compare Elements mode (default). To change modes, select the appropriate option in the Compare group on the Configure tab.
Behavior for NaN Inputs
If at least one input is NaN (not a number), this node returns FALSE.
Installed By: LabVIEW Communications System Design Suite (introduced in 1.0)
Where This Node Can Run:
Desktop OS: Windows
FPGA: All devices