cotrNotEqual
Haskell not equal to operator.
Aliases:
- cotrNotEqual
- notEqual
- doesNotEqual
cpp
!=
csharp
!=
dart
!=
go
!=
haskell
/=
java
!=
javascript
!==
javascriptreact
!==
kotlin
!=
perl
!=
php
!=
powershell
-ne
python
!=
r
!=
ruby
!=
rust
!=
scala
!=
shellscript
# Bash uses '!=' for string inequality and '-ne' for numeric inequality:[ var1 != var2 ]
swift
!=
typescript
!==
typescriptreact
!==