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