def __eq__(self, other): return ndarray.__eq__(self, other)
def __eq__(self, other): return all(ndarray.__eq__(self, other))