CartesianProduct.__eq__

CartesianProduct.__eq__(self, other)[source]

Return self == other.

Returns
equalsbool

True if other is a CartesianProduct instance, has the same length as this Cartesian product and all sets with the same index are equal, False otherwise.