cotrEqual
JavaScript strict equal to operator.
Aliases:
- cotrEqual
- equal
cpp
==
csharp
==
dart
==
go
==
haskell
==
java
==
javascript
===
javascriptreact
===
kotlin
==
perl
==
php
==
powershell
-eq
python
==
r
==
ruby
==
rust
==
scala
==
shellscript
# Bash uses '==' for string equality and '-eq' for numeric equality:[ var1 == var2 ]
swift
==
typescript
===
typescriptreact
===