WLJS LogoWLJS Notebook

UnequalTo

UnequalTo[y] is an operator form that yields x ≠ y when applied to an expression x.

Examples

UnequalTo[5][3]
Select[{1, 2, 3, 4, 5}, UnequalTo[3]]

Please visit the official Wolfram Language Reference for more details.

On this page