in enrichment_function/schema/aws/securityhub/securityhubfindingsimported/SecurityHubFindingsImported.py [0:0]
def __eq__(self, other):
if not isinstance(other, SecurityHubFindingsImported):
return False
return self.__dict__ == other.__dict__