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