Exemplo n.º 1
0
 def __eq__(self, other):
     if (other == None):
         return True
     else:
         return ReflectedType.__eq__(self, other)
Exemplo n.º 2
0
 def __eq__(self, other):
     if(other == None):
         return True
     else:
         return ReflectedType.__eq__(self, other)