NumPy - np.array_equal() - Compare Arrays
• np.array_equal() performs element-wise comparison and returns a single boolean, unlike == which returns an array of booleans
• np.array_equal() performs element-wise comparison and returns a single boolean, unlike == which returns an array of booleans