SetUnion.__eq__

SetUnion.__eq__(self, other)[source]

Return self == other.

Returns
equalsbool

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