I\'m writing a class which encapsulates any arbitrary object, including simple types. I want the \"is\" keyword to operate on the encapsulated value, such as this behavior:<
No. is, and, and or cannot be overloaded.
is
and
or