def __eq__()

in azurefunctions-extensions-base/azurefunctions/extensions/base/meta.py [0:0]


    def __eq__(self, other):
        if not isinstance(other, type(self)):
            return False

        return self.value == other.value and self.type == other.type