This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
mindspore.dataset.compare
==========================
.. py:method:: mindspore.dataset.compare(pipeline1, pipeline2)
比较两个数据处理管道是否相同。
**参数:**
- **pipeline1** (Dataset):数据处理管道。
- **pipeline2** (Dataset):数据处理管道。
**返回:**
bool,两个数据处理管道是否相等。