Check if graphs are equal.
Equality here means equal as Python objects (not isomorphism). Node, edge and graph data must match.
True if graphs are equal, False otherwise.