def __eq__()

in scenario-notebooks/UserSecurityMetadata/NodeEdge.py [0:0]


    def __eq__(self, other):
        return self.from_ == other.from_ and self.to == other.to and self.label == other.label