checkSimilarElement#
- pyCGM2.Utils.utils.checkSimilarElement(listData: List)#
Check if all elements in a list are similar.
- Parameters:
listData (List) – The list to check for similarity.
- Returns:
bool or element – Returns the similar element if all are the same, otherwise returns False.