Returns 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)

Arguments

x

gGraph

y

gGraph

Value

TRUE if objects are equivalent