MulSeries.equals#
- MulSeries.equals(other)#
Test whether two MulSeries are the same.
Two MulSeries are equal only if their index dataframes, name series and value dataframes are equal. Use Series.equals and DataFrame.equals under the hood.
Parameters#
- otherobject
The other object to be compared with the MulSeries. If the other is not a MulSeries, returns False.
Returns#
- bool
True for equality.
MulDataFrame