Skip to content

cotrNotEqual

Haskell not equal to operator.

Aliases:

  • cotrNotEqual
  • notEqual
  • doesNotEqual

cpp

!=

csharp

!=

dart

!=

go

!=

haskell

/=

java

!=

javascript

!==

javascriptreact

!==

kotlin

!=

perl

!=

php

!=

powershell

Terminal window
-ne

python

!=

r

!=

ruby

!=

rust

!=

scala

!=

shellscript

Terminal window
# Bash uses '!=' for string inequality and '-ne' for numeric inequality:
[ var1 != var2 ]

swift

!=

typescript

!==

typescriptreact

!==