CartesianProduct.__eq__¶
-
CartesianProduct.
__eq__
(self, other)[source]¶ Return
self == other
.- Returns
- equalsbool
True
ifother
is aCartesianProduct
instance, has the same length as this Cartesian product and all sets with the same index are equal,False
otherwise.