Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use the Not Equal functoid (
) to test whether the two input parameters are not equal.
Input
Parameter 1: A value to be tested for inequality with parameter 2.
Parameter 2: A value to be tested for inequality with parameter 1.
Output
Output 1: The Boolean value True if the values of the two input parameters are not equal; the Boolean value False otherwise.
Remarks
Input parameter values can be in a variety of data types (string, numeric, or logical). For more information about how the Logical functoids handle input parameters of different types, see Logical Functoids Reference.
See Also
Logical Functoids Reference
Logical Functoids
How to Add Basic Functoids to a Map