Inequal

Returns TRUE if x is not equal to y. Otherwise the return value is FALSE. Both arguments must be of the same type and the same size. This function is performed element-wise if the arguments are vectors or matrices.

Syntax

x != y

Types
 Variable NameValue TypeVariable Type
Arguments:xrealboolean, scalar, vector, matrix
yrealboolean, scalar, vector, matrix
Result: bbool boolean
Calculator Input

Use the != button to complete the operation.

Example
IDDescriptionTypeValueExpression
xArgumentREAL VECTOR

[2, 3]
yArgumentREAL VECTOR

[2, 4]
b Result BOOL truex != y