composeml.LabelTimes.equals¶
- LabelTimes.equals(other, **kwargs)[source]¶
Determines if two label time objects are the same.
- Parameters
other (LabelTimes) – Other label time object for comparison.
**kwargs – Keyword arguments to pass to underlying pandas.DataFrame.equals method
- Returns
Whether label time objects are the same.
- Return type
bool