I need a function which takes in a list and outputs True if all elements in the input list evaluate as equal to each other using the standard equal
list
True
Check if all elements equal to the first.
np.allclose(array, array[0])