Back to Numerical Arrays (NumPy)
np.strEqual
Return (x1 == x2) element-wise for string arrays.
Syntax
np.strEqual(x1, x2)
Description
Return (x1 == x2) element-wise for string arrays.
Parameters
| Name | Description |
|---|---|
| x1 | - First string array or JS string array |
| x2 | - Second string array or JS string array |
Returns
NDArray