RepeatedQ[items_List]⟹repeatedbooleanP
repeatedQ returns true when all items in the provided list are identical.
Returns true if every item of a list is identical:
All items must be identical to return true:
Returns true for a null list: