示例#1
0
 def __ne__(self, other):
     return label_compare(self.evr_tuple, other.evr_tuple) != 0
示例#2
0
 def __eq__(self, other):
     return label_compare(self.evr_tuple, other.evr_tuple) == 0