Not Equal? function

From LabVIEW Wiki
Jump to: navigation, search
Object information
Owning palette(s) Comparison palette
Type Function
Requires Basic Development Environment
Icon Comparison Palette - Not Equal-.png

The Not Equal? function returns TRUE if x is not equal to y. Otherwise, this function returns FALSE. You can change the comparison mode of this function.

If you compare two matrices, the default comparison mode is Compare Aggregates, and this function returns a scalar. You can 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. The connector pane displays the default data types for this polymorphic function.


Usage

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links