This is documentation for an old release of NumPy (version 1.3.). Read this page Search for this page in the documentation of the latest stable release (version > 1.17).
Returns elementwise x1 == x2 in a bool array.
x1, x2 : array_like
Input arrays of the same shape.
out : boolean
The elementwise test x1 == x2.
numpy.less_equal
numpy.not_equal