Example #1
0
 def __eq__(self, other):
     return self._rc(equal(self.array, other))
Example #2
0
 def __eq__(self,other): return self._rc(equal(self.array,other))
 def __ne__(self,other): return self._rc(not_equal(self.array,other))