xarray.CFTimeIndex.equals

CFTimeIndex.equals(self, other) → bool

Determine if two Index objects contain the same elements.

Returns

True if “other” is an Index and it has the same elements as calling index; False otherwise.

Return type

bool