Example #1
0
 def __eq__(self, other):
     if (other == None):
         return True
     else:
         return ReflectedType.__eq__(self, other)
Example #2
0
 def __eq__(self, other):
     if(other == None):
         return True
     else:
         return ReflectedType.__eq__(self, other)