INNER CODE UNIT · Python
__eq__
pybuilder/pybuilder · src/main/python/pybuilder/_vendor/annotated_doc/main.py:33
def __eq__(self, other: object) -> bool:
if not isinstance(other, Doc):
return NotImplemented
return self.documentation == other.documentation