FiniteSet.__eq__

FiniteSet.__eq__(other)[source]

Return self == other.

Returns:
equalsbool

True if other is a SetUnion instance, and has the same subsets as this set, False otherwise.