Using any comparison operator on an intbiset with anything that is not an intbitset results in the following:
TypeError: Argument 'rhs' has incorrect type (expected intbitset.intbitset, got something_else)
It should instead return False as a set would.