Exemplo n.º 1
0
 def equals(self, other):
     return isinstance(other, PingReport) and Report.equals(self, other)
Exemplo n.º 2
0
 def equals(self, other):
     return isinstance(other, SCTPInitReport) and Report.equals(self, other)
Exemplo n.º 3
0
 def equals(self, other):
     return isinstance(other, WindowReport) and Report.equals(self, other)
Exemplo n.º 4
0
 def equals(self, other):
     return isinstance(other, ConnectReport) and Report.equals(self, other)
Exemplo n.º 5
0
 def equals(self, other):
     return isinstance(other, MaimonReport) and Report.equals(self, other)