pandas.CategoricalIndex.equals# CategoricalIndex.equals(other)[source]# Determine if two CategoricalIndex objects contain the same elements. Returns boolIf two CategoricalIndex objects have equal elements True, otherwise False.