eq
Summary
Functional equivalent of a === b. Use Object.is.
Tip
This is an operator function.
Examples
1 2 3 4 5 | |
- failed: not the same type
Parameters
| Name | Type | Description |
|---|---|---|
| a | ? |
|
| b | ? |
Return
boolean
Summary
Functional equivalent of a === b. Use Object.is.
Tip
This is an operator function.
1 2 3 4 5 | |
| Name | Type | Description |
|---|---|---|
| a | ? |
|
| b | ? |
boolean