def __eq__(self, other_check):
        return self.name == other_check.name and self.path == other_check.path and \
            self.args == other_check.args