Hi all! I know I can directly ask if some object i...
# announcements
d
Hi all! I know I can directly ask if some object is an instance of some class by doing
obj is SomeClass
, but what do I do if I have another instance of
SomeClass
to which I want to test this against?