Skip to main content

Scalar, Scalar

Scalar Field, Scalar Field

Text, Text

Scalar, Scalar

Return a true Bool value if the first Scalar number does not equal the second, false if otherwise.

Inputs

NameTypeDescription
Operand aScalarThe first value.
Operand bScalarThe second value.

Outputs

Type
Bool

Scalar Field, Scalar Field

Return a Bool Field of values that are true where the first Scalar Field does not equal the second, false if otherwise.

Inputs

NameTypeDescription
Operand aScalar FieldThe first value.
Operand bScalar FieldThe second value.

Outputs

Text, Text

Returns True if the first String does not equal the second, False otherwise.

Inputs

NameTypeDescription
Operand aTextThe first value.
Operand bTextThe second value.

Outputs

Type
Bool