equals.gGraph.RdReturns TRUE if two graphs are equivalent by value based on having equivalent nodes and edges (note this is different - intentionally - from identical, which will determine whether the two variables are identical by reference i.e. point to the exact same location in memory)
# S3 method for gGraph
==(x, y)gGraph
gGraph
TRUE if objects are equivalent